Add hostname option
This commit is contained in:
parent
f61d1b8d21
commit
c9334a6b49
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