2024-12-11 23:51 : id 329

This commit is contained in:
deadvey 2024-12-11 23:52:10 +00:00
parent 388cc11257
commit ec5e1f1843

View File

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