2024-12-11 23:56 : id 335
This commit is contained in:
parent
985eb3da74
commit
eb28b7dab4
@ -96,11 +96,19 @@ in
|
|||||||
text = ''
|
text = ''
|
||||||
while true; do
|
while true; do
|
||||||
echo "test"
|
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
|
done
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
".config/hypr/restart-wallpaper.sh" = {
|
||||||
|
text = ''
|
||||||
|
kill $(pgrep hyprpaper)
|
||||||
|
sleep 0.2
|
||||||
|
hyprpaper &
|
||||||
|
'';
|
||||||
|
executable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
gtk = {
|
gtk = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user