Update dracula.sh

missing space on right hand side
This commit is contained in:
Dane Williams 2020-05-26 14:48:46 -07:00 committed by GitHub
parent e71b0d9e03
commit 69181985a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,9 @@ main()
case $show_left_icon in
smiley)
left_icon="☺";;
left_icon="☺ ";;
session)
left_icon="#W";;
left_icon="#W ";;
*)
left_icon=$show_left_icon;;
esac