2024-12-11 23:14 : id 323
This commit is contained in:
parent
3ebe77b7c8
commit
8593928265
@ -94,7 +94,7 @@ in
|
|||||||
file = {
|
file = {
|
||||||
".config/hypr/wallpaper-watcher.sh" = {
|
".config/hypr/wallpaper-watcher.sh" = {
|
||||||
text = ''
|
text = ''
|
||||||
while inotifywait -e close_write $HOME/.config/hypr/hyprpaper.conf; do
|
while inotifywait -e modify $HOME/.config/hypr/hyprpaper.conf; do
|
||||||
kill $(pgrep hyprpaper) &
|
kill $(pgrep hyprpaper) &
|
||||||
hyprpaper &
|
hyprpaper &
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user