2024-12-11 22:47 : id 321
This commit is contained in:
parent
8304da37be
commit
7b1bbd6315
@ -55,7 +55,6 @@ in
|
|||||||
claws-mail
|
claws-mail
|
||||||
dunst
|
dunst
|
||||||
element-desktop
|
element-desktop
|
||||||
entr
|
|
||||||
fastfetch
|
fastfetch
|
||||||
fractal
|
fractal
|
||||||
fuzzel
|
fuzzel
|
||||||
@ -66,6 +65,7 @@ in
|
|||||||
hyprlock
|
hyprlock
|
||||||
hypridle
|
hypridle
|
||||||
iamb
|
iamb
|
||||||
|
inotify-tools
|
||||||
keepassxc
|
keepassxc
|
||||||
killall
|
killall
|
||||||
kitty
|
kitty
|
||||||
@ -94,8 +94,9 @@ in
|
|||||||
file = {
|
file = {
|
||||||
".config/hypr/wallpaper-watcher.sh" = {
|
".config/hypr/wallpaper-watcher.sh" = {
|
||||||
text = ''
|
text = ''
|
||||||
while true; do
|
while inotifywait -e close_write $HOME/.config/hypr/hyprpaper.conf; do
|
||||||
ls $HOME/.config/hypr/ -d * | entr sh -c "kill $(pgrep hyprpaper) & && sleep 0.2 && hyprpaper &" &;
|
kill $(pgrep hyprpaper) &
|
||||||
|
hyprpaper &
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user