2024-12-11 23:14 : id 323

This commit is contained in:
deadvey 2024-12-11 23:15:03 +00:00
parent 3ebe77b7c8
commit 8593928265

View File

@ -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