diff options
Diffstat (limited to 'dwmbar')
-rwxr-xr-x | dwmbar | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,19 +15,19 @@ VERSION="0.2" -DEFAULT_CONFIG_DIR="/usr/share/dwmbar" +DEFAULT_CONFIG_DIR="/usr/share/dwmbar/" export DEFAULT_CONFIG_DIR -DEFAULT_MODULES_DIR="$DEFAULT_CONFIG_DIR/modules" +DEFAULT_MODULES_DIR="$DEFAULT_CONFIG_DIR/modules/" export DEFAULT_MODULES_DIR DEFAULT_BAR_LOCATION="$DEFAULT_CONFIG_DIR/bar.sh" export DEFAULT_BAR_LOCATION DEFAULT_CONFIG_LOCATION="$DEFAULT_CONFIG_DIR/config" export DEFAULT_CONFIG_LOCATION -CONFIG_DIR="/home/$USER/.config/dwmbar" +CONFIG_DIR="/home/$USER/.config/dwmbar/" export CONFIG_DIR -CUSTOM_DIR="$CONFIG_DIR/custom" +CUSTOM_DIR="$CONFIG_DIR/custom/" export CUSTOM_DIR CONFIG_FILE="$CONFIG_DIR/config" |