2024-12-11 23:54 : id 334

This commit is contained in:
deadvey 2024-12-11 23:54:24 +00:00
parent 7b897f6e45
commit 985eb3da74

View File

@ -95,6 +95,7 @@ in
".config/hypr/wallpaper-watcher.sh" = { ".config/hypr/wallpaper-watcher.sh" = {
text = '' text = ''
while true; do 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 "kill $(pgrep hyprpaper) && sleep 2 && hyprpaper &"
done done
''; '';