only watch theme files

This commit is contained in:
Benjamin Palko 2025-09-05 17:33:48 -04:00
parent 4375f6e13d
commit 205ad37e3e

View file

@ -16,7 +16,7 @@ Singleton {
Process {
running: true
command: ["bash", "-c", `inotifywait -m -r ~/.config/lux -e modify,move,create,delete | while read dir action; do ls -m "$dir"; done`]
command: ["bash", "-c", `inotifywait -m -r ~/.config/lux/themes/ -e modify,move,create,delete | while read dir action; do ls -m "$dir"; done`]
stderr: StdioCollector {
onStreamFinished: console.log(`line read: ${this.text}`)
}