2024-12-11 21:46 : id 305

This commit is contained in:
deadvey 2024-12-11 21:46:51 +00:00
parent aa54c8ffa4
commit 8bbcdfc787

View File

@ -94,7 +94,7 @@ in
file = {
".config/hypr/wallpaper-watcher.sh" = {
text = ''
while inotifywait --modify /$HOME/.config/home-manager/home.nix; do
while inotifywait --monitor /$HOME/.config/home-manager/home.nix; do
kill $(pgrep hyprpaper)
hyprpaper
done