From b3fe6fc20eec5c98f98ca482948e345fdbffddaf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 31 May 2020 08:40:26 -0500 Subject: Fix config file location --- bollux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bollux b/bollux index 3e7d6d1..5be7b93 100755 --- a/bollux +++ b/bollux @@ -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 -- cgit 1.4.1-21-gabe81