Merge pull request #240 from taflaj/hostname

Added `shortname` option to @dracula-show-left-icon
This commit is contained in:
Ethan Edwards 2023-12-03 18:32:09 -05:00 committed by GitHub
commit 57f6f0b4a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -56,6 +56,8 @@ main()
left_icon="#W";;
hostname)
left_icon="#H";;
shortname)
left_icon="#h";;
*)
left_icon=$show_left_icon;;
esac