Fixed weird spacing on session/window/smiley on left side
This commit is contained in:
parent
833baa9616
commit
3ec3f2f08b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue