mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/exec.conf Update .config/hypr/hyprpaper.conf Update .config/mako/config Update .config/waybar/colors.css Update .config/wofi/colors Update .config/yazi/keymap.toml Update .config/yazi/theme.toml Update .config/yazi/yazi.toml
This commit is contained in:
@@ -6,6 +6,7 @@ monitor=,preferred,auto,auto
|
|||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
|
|
||||||
# TO BE MOVED
|
# TO BE MOVED
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
exec-once = wl-paste --type text --watch cliphist store
|
exec-once = wl-paste --type text --watch cliphist store
|
||||||
exec-once = wl-paste --type image --watch cliphist store
|
exec-once = wl-paste --type image --watch cliphist store
|
||||||
|
|
||||||
exec-once = uwsm app -- waybar
|
|
||||||
exec-once = uwsm app -- zen-browser
|
exec-once = uwsm app -- zen-browser
|
||||||
exec-once = uwsm app -- mangohud steam
|
exec-once = uwsm app -- mangohud steam
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
preload = ~/Obrazy/tapety/czerwony.jpg
|
preload = ~/Obrazy/tapety/niebieski.jpg
|
||||||
wallpaper = ,~/Obrazy/tapety/czerwony.jpg
|
wallpaper = ,~/Obrazy/tapety/niebieski.jpg
|
||||||
splash = off
|
splash = off
|
||||||
ipc = on
|
ipc = on
|
||||||
|
|||||||
@@ -11,16 +11,16 @@ height=300
|
|||||||
margin=25,25,10,10
|
margin=25,25,10,10
|
||||||
padding=10
|
padding=10
|
||||||
font="Cousine Nerd Font mono"
|
font="Cousine Nerd Font mono"
|
||||||
background-color=#ca242480
|
background-color=#249eca80
|
||||||
text-color=#FFFFFF
|
text-color=#FFFFFF
|
||||||
border-radius=15
|
border-radius=15
|
||||||
output=DP-1
|
output=DP-1
|
||||||
|
|
||||||
[urgency=low]
|
[urgency=low]
|
||||||
border-color=#FF6347
|
border-color=#87CEEB
|
||||||
|
|
||||||
[urgency=normal]
|
[urgency=normal]
|
||||||
border-color=#ca242480
|
border-color=#00000080
|
||||||
|
|
||||||
[urgency=critical]
|
[urgency=critical]
|
||||||
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
|
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
|
||||||
@@ -28,12 +28,12 @@ border-color=#FF0000
|
|||||||
|
|
||||||
[app-name=wp-vol]
|
[app-name=wp-vol]
|
||||||
height=50
|
height=50
|
||||||
background-color=#ca242499
|
background-color=#249eca99
|
||||||
border-color=#ca242499
|
border-color=#249eca99
|
||||||
layer=overlay
|
layer=overlay
|
||||||
history=0
|
history=0
|
||||||
anchor=center
|
anchor=center
|
||||||
progress-color=source #FF634733
|
progress-color=source #5588AA33
|
||||||
text-alignment=center
|
text-alignment=center
|
||||||
|
|
||||||
[mode=do-not-disturb]
|
[mode=do-not-disturb]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
@define-color background rgba(202, 36, 36, 0.20);
|
@define-color background rgba(36, 158, 202, 0.20);
|
||||||
@define-color foreground rgba(202, 36, 36, 0.30);
|
@define-color foreground rgba(36, 158, 202, 0.30);
|
||||||
@define-color font-color #A94949;
|
@define-color font-color #499DA9;
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#CA2424
|
#249ECA
|
||||||
#A94949
|
#499DA9
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||||
|
|
||||||
[manager]
|
[mgr]
|
||||||
|
|
||||||
keymap = [
|
keymap = [
|
||||||
{ on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" },
|
{ on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" },
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ light = ""
|
|||||||
|
|
||||||
# : Manager {{{
|
# : Manager {{{
|
||||||
|
|
||||||
[manager]
|
[mgr]
|
||||||
cwd = { fg = "cyan" }
|
cwd = { fg = "cyan" }
|
||||||
|
|
||||||
# Hovered
|
# Hovered
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||||
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
||||||
|
|
||||||
[manager]
|
[mgr]
|
||||||
ratio = [ 1, 4, 3 ]
|
ratio = [ 1, 4, 3 ]
|
||||||
sort_by = "alphabetical"
|
sort_by = "alphabetical"
|
||||||
sort_sensitive = false
|
sort_sensitive = false
|
||||||
|
|||||||
Reference in New Issue
Block a user