Merge pull request #236 from deanc/master

Add hostname option for show_left_icon
This commit is contained in:
Ethan Edwards 2023-10-15 18:14:34 -04:00 committed by GitHub
commit a8da118e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,8 @@ main()
left_icon="#S";;
window)
left_icon="#W";;
hostname)
left_icon="#H";;
*)
left_icon=$show_left_icon;;
esac