aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 15:26:27 +0000
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 15:26:27 +0000
commitbca3611d2bff6848f699eb915e69734f5c15fc7d (patch)
tree4c84d8a32a471c2865b64ad3b98e40ad4dd12470 /config
parenta1cf7690a7d4d1a6908c91f6a6b79f06ac672146 (diff)
Added spacing by default in the default config
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index b0e8a42..969dbcf 100644
--- a/config
+++ b/config
@@ -16,5 +16,5 @@ CUSTOM_DIR="/home/$USER/.config/dwmbar/modules/custom/"
SEPARATOR=" | "
# Padding at the end and beggining of the status bar
-RIGHT_PADDING=""
-LEFT_PADDING=""
+RIGHT_PADDING=" "
+LEFT_PADDING=" "