dotfiles-yadm/.scripts/wup.sh
2023-07-27 20:07:53 -07:00

4 lines
105 B
Bash
Executable file

inotifywait -q -m -e close_write ~/.azotebg |
while read -r filename event; do
wallpaper_update.sh
done