2024-12-11 22:09 : id 309

This commit is contained in:
deadvey 2024-12-11 22:10:00 +00:00
parent 24a113ce50
commit 0270d22f42

View File

@ -55,6 +55,7 @@ in
claws-mail
dunst
element-desktop
entr
fastfetch
fractal
fuzzel
@ -65,7 +66,6 @@ in
hyprlock
hypridle
iamb
inotify-tools
keepassxc
killall
kitty
@ -94,10 +94,8 @@ in
file = {
".config/hypr/wallpaper-watcher.sh" = {
text = ''
while inotifywait --monitor $HOME/.config/hypr/hyprpaper.conf; do
kill $(pgrep hyprpaper)
hyprpaper
done
while sleep 1; do
ls $HOME/.config/hypr/ -d * | entr sh -c "kill $(pgrep hyprpaper) && hyprpaper &"; done
'';
executable = true;
};