From bca3611d2bff6848f699eb915e69734f5c15fc7d Mon Sep 17 00:00:00 2001 From: "Archie Hilton (thytom)" Date: Wed, 6 Nov 2019 15:26:27 +0000 Subject: Added spacing by default in the default config --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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=" " -- cgit v1.2.3