2024-12-11 23:53 : id 332

This commit is contained in:
deadvey 2024-12-11 23:53:39 +00:00
parent 116a079236
commit 18eb46eee2

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;