2024-12-11 22:19 : id 318

This commit is contained in:
deadvey 2024-12-11 22:19:47 +00:00
parent ac7f41ac4c
commit 241c427135

View File

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