Added padding at the end of left icon for custom args
This commit is contained in:
parent
cb1d420a62
commit
857d57df7c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ main()
|
|||
window)
|
||||
left_icon="#W ";;
|
||||
*)
|
||||
left_icon=$show_left_icon;;
|
||||
left_icon="$show_left_icon ";;
|
||||
esac
|
||||
|
||||
# Handle powerline option
|
||||
|
|
Loading…
Reference in a new issue