2024-12-11 21:30 : id 296

This commit is contained in:
deadvey 2024-12-11 21:33:15 +00:00
parent 0b14f73d5a
commit f0cec8e089

View File

@ -92,12 +92,15 @@ in
size = 16; size = 16;
}; };
file = { file = {
".config/hypr/wallpaper-watcher.sh".text = '' ".config/hypr/wallpaper-watcher.sh" = {
text = ''
while inotifywait -e modify /$HOME/.config/hypr/hyprpaper.conf; do while inotifywait -e modify /$HOME/.config/hypr/hyprpaper.conf; do
kill $(pgrep hyprpaper) kill $(pgrep hyprpaper)
hyprpaper hyprpaper
done done
''; '';
permissions = "755";
}
}; };
}; };
gtk = { gtk = {