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
|
# Handle left icon configuration
|
||||||
case $show_left_icon in
|
case $show_left_icon in
|
||||||
smiley)
|
smiley)
|
||||||
left_icon="☺ ";;
|
left_icon="☺";;
|
||||||
session)
|
session)
|
||||||
left_icon="#S ";;
|
left_icon="#S";;
|
||||||
window)
|
window)
|
||||||
left_icon="#W ";;
|
left_icon="#W";;
|
||||||
*)
|
*)
|
||||||
left_icon=$show_left_icon;;
|
left_icon=$show_left_icon;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue