fix xob audio indicator

now arch linux requires pip installation of packages in separate
envoirments, so I have to specify them when running the script
This commit is contained in:
Guilherme Rugai Freire 2023-10-21 19:29:30 -03:00
parent 762f86e88e
commit a568d8b728
No known key found for this signature in database
GPG Key ID: C246288AC51220BC

View File

@ -2,4 +2,4 @@
CONFIG="styles.cfg"
([ "$1" = "-r" ] || [ "$1" = "--reload" ] && echo "$CONFIG" | entr -r "$0" "$2") || (python "$WATCHER" | xob -s "$1")
([ "$1" = "-r" ] || [ "$1" = "--reload" ] && echo "$CONFIG" | entr -r "$0" "$2") || (.env/bin/python "$WATCHER" | xob -s "$1")