2024-12-11 22:45 : id 320

This commit is contained in:
deadvey 2024-12-11 22:45:21 +00:00
parent 576497dcb3
commit 8304da37be

View File

@ -94,8 +94,8 @@ in
file = { file = {
".config/hypr/wallpaper-watcher.sh" = { ".config/hypr/wallpaper-watcher.sh" = {
text = '' text = ''
while [ 1 == 1 ]; do while true; 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;