mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 04:09:38 +00:00
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:
parent
762f86e88e
commit
a568d8b728
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user