Fix config file location

This commit is contained in:
Case Duckworth 2020-05-31 08:40:26 -05:00
parent d3cf8d1cfb
commit b3fe6fc20e
1 changed files with 1 additions and 1 deletions

2
bollux
View File

@ -93,7 +93,7 @@ bollux_args() {
}
bollux_config() {
: "${BOLLUX_CONFIG:=${XDG_CONFIG_DIR:-$HOME/.config}/bollux/config}"
: "${BOLLUX_CONFIG:=${XDG_CONFIG_DIR:-$HOME/.config}/bollux/bollux.conf}"
if [ -f "$BOLLUX_CONFIG" ]; then
# shellcheck disable=1090