dotfiles/.config/xob/base.sh
Guilherme Rugai Freire a568d8b728
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
2023-10-21 19:29:30 -03:00

6 lines
159 B
Bash
Executable File

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