Merge pull request #236 from deanc/master
Add hostname option for show_left_icon
This commit is contained in:
commit
a8da118e99
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ main()
|
||||||
left_icon="#S";;
|
left_icon="#S";;
|
||||||
window)
|
window)
|
||||||
left_icon="#W";;
|
left_icon="#W";;
|
||||||
|
hostname)
|
||||||
|
left_icon="#H";;
|
||||||
*)
|
*)
|
||||||
left_icon=$show_left_icon;;
|
left_icon=$show_left_icon;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue