2024-12-11 23:39 : id 325
This commit is contained in:
parent
4f01060533
commit
9ee1cf9153
@ -94,8 +94,10 @@ in
|
|||||||
file = {
|
file = {
|
||||||
".config/hypr/wallpaper-watcher.sh" = {
|
".config/hypr/wallpaper-watcher.sh" = {
|
||||||
text = ''
|
text = ''
|
||||||
while inotifywait -e modify $HOME/.config/hypr/hyprpaper.conf; do
|
while inotifywait -e modify $HOME/.config/hypr/; do
|
||||||
|
echo "reloading hyprpaper"
|
||||||
kill $(pgrep hyprpaper) &
|
kill $(pgrep hyprpaper) &
|
||||||
|
sleep 0.2
|
||||||
hyprpaper &
|
hyprpaper &
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user