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 = { file = {
".config/hypr/wallpaper-watcher.sh" = { ".config/hypr/wallpaper-watcher.sh" = {
text = '' text = ''
while inotifywait --modify /$HOME/.config/home-manager/home.nix; do while inotifywait --monitor /$HOME/.config/home-manager/home.nix; do
kill $(pgrep hyprpaper) kill $(pgrep hyprpaper)
hyprpaper hyprpaper
done done