2024-12-11 22:45 : id 320
This commit is contained in:
parent
576497dcb3
commit
8304da37be
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user