2024-12-11 22:14 : id 313

This commit is contained in:
deadvey 2024-12-11 22:14:07 +00:00
parent ce3b14bc21
commit ce4a0d7009

View File

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