2024-12-11 22:45 : id 320
This commit is contained in:
parent
576497dcb3
commit
8304da37be
@ -94,8 +94,8 @@ in
|
||||
file = {
|
||||
".config/hypr/wallpaper-watcher.sh" = {
|
||||
text = ''
|
||||
while [ 1 == 1 ]; do
|
||||
ls $HOME/.config/hypr/ -d * | entr sh -c "kill $(pgrep hyprpaper) & && sleep 0.2 && hyprpaper &";
|
||||
while true; do
|
||||
ls $HOME/.config/hypr/ -d * | entr sh -c "kill $(pgrep hyprpaper) & && sleep 0.2 && hyprpaper &" &;
|
||||
done
|
||||
'';
|
||||
executable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user