diff options
-rwxr-xr-x | bollux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 3e7d6d1..5be7b93 100755 --- a/bollux +++ b/bollux | |||
@@ -93,7 +93,7 @@ bollux_args() { | |||
93 | } | 93 | } |
94 | 94 | ||
95 | bollux_config() { | 95 | bollux_config() { |
96 | : "${BOLLUX_CONFIG:=${XDG_CONFIG_DIR:-$HOME/.config}/bollux/config}" | 96 | : "${BOLLUX_CONFIG:=${XDG_CONFIG_DIR:-$HOME/.config}/bollux/bollux.conf}" |
97 | 97 | ||
98 | if [ -f "$BOLLUX_CONFIG" ]; then | 98 | if [ -f "$BOLLUX_CONFIG" ]; then |
99 | # shellcheck disable=1090 | 99 | # shellcheck disable=1090 |