diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 15:26:27 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 15:26:27 +0000 |
commit | bca3611d2bff6848f699eb915e69734f5c15fc7d (patch) | |
tree | 4c84d8a32a471c2865b64ad3b98e40ad4dd12470 | |
parent | a1cf7690a7d4d1a6908c91f6a6b79f06ac672146 (diff) |
Added spacing by default in the default config
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=" " |