2024-12-11 23:56 : id 335

This commit is contained in:
deadvey 2024-12-11 23:56:20 +00:00
parent 985eb3da74
commit eb28b7dab4

View File

@ -96,11 +96,19 @@ in
text = ''
while true; do
echo "test"
ls -d $HOME/.config/hypr * | entr bash -c "kill $(pgrep hyprpaper) && sleep 2 && hyprpaper &"
ls -d $HOME/.config/hypr * | entr bash -c "bash $HOME/.config/restart-wallpaper.sh"
done
'';
executable = true;
};
".config/hypr/restart-wallpaper.sh" = {
text = ''
kill $(pgrep hyprpaper)
sleep 0.2
hyprpaper &
'';
executable = true;
};
};
};
gtk = {