2024-12-11 22:19 : id 318
This commit is contained in:
parent
ac7f41ac4c
commit
241c427135
@ -95,7 +95,7 @@ in
|
|||||||
".config/hypr/wallpaper-watcher.sh" = {
|
".config/hypr/wallpaper-watcher.sh" = {
|
||||||
text = ''
|
text = ''
|
||||||
while [ 1 == 1 ]; do
|
while [ 1 == 1 ]; 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