2024-12-11 23:51 : id 329
This commit is contained in:
parent
388cc11257
commit
ec5e1f1843
@ -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,11 +94,8 @@ in
|
||||
file = {
|
||||
".config/hypr/wallpaper-watcher.sh" = {
|
||||
text = ''
|
||||
while inotifywait -e modify $HOME/.config/hypr/; do
|
||||
echo "reloading hyprpaper"
|
||||
kill $(pgrep hyprpaper) &
|
||||
sleep 0.2
|
||||
hyprpaper &
|
||||
while true; do
|
||||
ls -d $HOME/.config/hypr | entr bash -c "kill $(pgrep hyprpaper) && sleep 2 && hyprpaper"
|
||||
done
|
||||
'';
|
||||
executable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user