2024-12-11 23:39 : id 325

This commit is contained in:
deadvey 2024-12-11 23:39:34 +00:00
parent 4f01060533
commit 9ee1cf9153

View File

@ -94,8 +94,10 @@ in
file = { file = {
".config/hypr/wallpaper-watcher.sh" = { ".config/hypr/wallpaper-watcher.sh" = {
text = '' text = ''
while inotifywait -e modify $HOME/.config/hypr/hyprpaper.conf; do while inotifywait -e modify $HOME/.config/hypr/; do
echo "reloading hyprpaper"
kill $(pgrep hyprpaper) & kill $(pgrep hyprpaper) &
sleep 0.2
hyprpaper & hyprpaper &
done done
''; '';