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")