aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 14:52:31 +0000
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 14:52:31 +0000
commit055151bff91717e7d6c49b213eb41deff0f471cb (patch)
treeaed7a46f8f7518f70e0dc034883cd7e5611eb5a8 /dwmbar
parentbacc25bb8e62f906b3115158fda1b7a8fd78832d (diff)
Slashes
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar8
1 files changed, 4 insertions, 4 deletions
diff --git a/dwmbar b/dwmbar
index 5e5ce4f..be1de4c 100755
--- a/dwmbar
+++ b/dwmbar
@@ -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"