diff options
Diffstat (limited to '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=" " |