dotfiles/.config/xob/base.sh
Guilherme Rugai Freire 02b587fe82
add volume bar
2021-08-06 12:42:18 -03:00

5 lines
149 B
Bash
Executable File

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