aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2023-03-01 13:35:35 +0530
committerAditya <bluenerd@protonmail.com>2023-03-01 13:35:35 +0530
commitcdf3b60d3ef7fd60482a766896e13db9364ea142 (patch)
tree58f76a260142bb9221cce0e5669de8a942c3ad9b /dwmbar
parentf1126289134deb24e62193276068cfbb18c5789b (diff)
keep config in user directory
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index ba0de22..90cf6ce 100755
--- a/dwmbar
+++ b/dwmbar
@@ -15,7 +15,7 @@
VERSION="1.0"
-DEFAULT_CONFIG_DIR="/usr/share/dwmbar"
+DEFAULT_CONFIG_DIR="/home/$USER/.config/dwmbar"
export DEFAULT_CONFIG_DIR
DEFAULT_MODULES_DIR="$DEFAULT_CONFIG_DIR/modules/"
export DEFAULT_MODULES_DIR