2024-12-11 22:47 : id 321

This commit is contained in:
deadvey 2024-12-11 22:47:56 +00:00
parent 8304da37be
commit 7b1bbd6315

View File

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