2024-12-11 23:53 : id 332
This commit is contained in:
parent
116a079236
commit
18eb46eee2
@ -95,7 +95,7 @@ in
|
|||||||
".config/hypr/wallpaper-watcher.sh" = {
|
".config/hypr/wallpaper-watcher.sh" = {
|
||||||
text = ''
|
text = ''
|
||||||
while true; do
|
while true; do
|
||||||
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
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user