Trying to get this to work
This commit is contained in:
parent
167260211a
commit
eeff7ec82d
2 changed files with 4 additions and 4 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…
Add table
Add a link
Reference in a new issue