redesigns waybar and small hyprland adjustments

This commit is contained in:
2026-08-07 18:06:02 +02:00
parent 97fb8472f2
commit 720004bde8
29 changed files with 791 additions and 242 deletions
+8 -8
View File
@@ -1,30 +1,30 @@
source=./shared.conf
preload = ~/.themes/Serpensortia/wallpaper/top.jxl
preload = ~/.themes/Serpensortia/wallpaper/bottom.jxl
preload = ~/.themes/Serpensortia/wallpaper/left.jxl
preload = ~/.themes/Serpensortia/wallpaper/right.jxl
preload = ~/.themes/Serpensortia/wallpaper/woods_u.jpg
preload = ~/.themes/Serpensortia/wallpaper/woods_d.jpg
preload = ~/.themes/Serpensortia/wallpaper/woods_l.jpg
preload = ~/.themes/Serpensortia/wallpaper/woods_r.jpg
wallpaper {
monitor = $top-monitor
path = ~/.themes/Serpensortia/wallpaper/top.jxl
path = ~/.themes/Serpensortia/wallpaper/woods_u.jpg
fit_mode = cover
timeout = 1
}
wallpaper {
monitor = $bottom-monitor
path = ~/.themes/Serpensortia/wallpaper/bottom.jxl
path = ~/.themes/Serpensortia/wallpaper/woods_d.jpg
fit_mode = cover
timeout = 1
}
wallpaper {
monitor = $left-monitor
path = ~/.themes/Serpensortia/wallpaper/left.jxl
path = ~/.themes/Serpensortia/wallpaper/woods_l.jpg
fit_mode = cover
timeout = 1
}
wallpaper {
monitor = $right-monitor
path = ~/.themes/Serpensortia/wallpaper/right.jxl
path = ~/.themes/Serpensortia/wallpaper/woods_r.jpg
fit_mode = cover
timeout = 1
}