2024-12-11 23:52 : id 330
This commit is contained in:
parent
ec5e1f1843
commit
27ee5d6502
@ -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