2024-12-11 23:57 : id 336

This commit is contained in:
deadvey 2024-12-11 23:57:10 +00:00
parent eb28b7dab4
commit 01d96b4586

View File

@ -96,7 +96,7 @@ in
text = '' text = ''
while true; do while true; do
echo "test" echo "test"
ls -d $HOME/.config/hypr * | entr bash -c "bash $HOME/.config/restart-wallpaper.sh" ls -d $HOME/.config/hypr * | entr bash -c "bash $HOME/.config/hypr/restart-wallpaper.sh &"
done done
''; '';
executable = true; executable = true;