diff options
author | Aditya <bluenerd@protonmail.com> | 2023-03-01 13:35:35 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2023-03-01 13:35:35 +0530 |
commit | cdf3b60d3ef7fd60482a766896e13db9364ea142 (patch) | |
tree | 58f76a260142bb9221cce0e5669de8a942c3ad9b /dwmbar | |
parent | f1126289134deb24e62193276068cfbb18c5789b (diff) |
keep config in user directory
Diffstat (limited to 'dwmbar')
-rwxr-xr-x | dwmbar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |