diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 14:52:31 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 14:52:31 +0000 |
commit | 055151bff91717e7d6c49b213eb41deff0f471cb (patch) | |
tree | aed7a46f8f7518f70e0dc034883cd7e5611eb5a8 /dwmbar | |
parent | bacc25bb8e62f906b3115158fda1b7a8fd78832d (diff) |
Slashes
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" |