hypr: change a lot of stuff 🐱

This commit is contained in:
retrozinndev
2024-12-07 16:45:07 -03:00
parent 240287a645
commit 813fb9c49a
9 changed files with 25 additions and 28 deletions
+1 -7
View File
@@ -44,12 +44,7 @@ Hot_reload_wallpaper() {
Reload_pywal() {
echo "Reloading pywal colorscheme"
wal -q -s -t -i "$SET_WALLPAPER_FULL"
}
Reload_swaync() {
echo "Reloading stylesheet for SwayNC"
swaync-client -rs
wal -q -t --cols16 darken -i "$SET_WALLPAPER_FULL"
}
Reload_eww() {
@@ -83,6 +78,5 @@ Hot_reload_wallpaper
Reload_pywal
Reload_eww
Update_wallpaper_settings
Reload_swaync
exit 0