From a568d8b728460bdfd196e503316b426ad12c54d4 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sat, 21 Oct 2023 19:29:30 -0300 Subject: [PATCH] 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 --- .config/xob/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xob/base.sh b/.config/xob/base.sh index eda9f85..c9956d5 100755 --- a/.config/xob/base.sh +++ b/.config/xob/base.sh @@ -2,4 +2,4 @@ CONFIG="styles.cfg" -([ "$1" = "-r" ] || [ "$1" = "--reload" ] && echo "$CONFIG" | entr -r "$0" "$2") || (python "$WATCHER" | xob -s "$1") \ No newline at end of file +([ "$1" = "-r" ] || [ "$1" = "--reload" ] && echo "$CONFIG" | entr -r "$0" "$2") || (.env/bin/python "$WATCHER" | xob -s "$1")