2024-12-11 23:52 : id 330

This commit is contained in:
deadvey 2024-12-11 23:52:45 +00:00
parent ec5e1f1843
commit 27ee5d6502

View File

@ -95,7 +95,7 @@ in
".config/hypr/wallpaper-watcher.sh" = { ".config/hypr/wallpaper-watcher.sh" = {
text = '' text = ''
while true; do while true; do
ls -d $HOME/.config/hypr | entr bash -c "kill $(pgrep hyprpaper) && sleep 2 && hyprpaper" ls -d $HOME/.config/hypr * | entr bash -c "kill $(pgrep hyprpaper) && sleep 2 && hyprpaper"
done done
''; '';
executable = true; executable = true;