From 3ec3f2f08bc25e4fd22fd4d30e75db8373e7b016 Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Thu, 4 Jun 2020 12:01:53 -0400 Subject: [PATCH] Fixed weird spacing on session/window/smiley on left side --- scripts/dracula.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/dracula.sh b/scripts/dracula.sh index cc2c882..77e244d 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -47,11 +47,11 @@ main() # Handle left icon configuration case $show_left_icon in smiley) - left_icon="☺ ";; + left_icon="☺";; session) - left_icon="#S ";; + left_icon="#S";; window) - left_icon="#W ";; + left_icon="#W";; *) left_icon=$show_left_icon;; esac