diff options
author | Simon Pettersson <simon.v.pettersson@gmail.com> | 2017-10-05 22:57:08 +0300 |
---|---|---|
committer | Simon Pettersson <simon.v.pettersson@gmail.com> | 2017-10-05 22:57:08 +0300 |
commit | 36b833aae391000ec752188fae4cc67a314a7756 (patch) | |
tree | f0a831d3eafc8ad47d08eda2b7cedfc60b34ec6f /functions | |
parent | 386a39671fc1e9d6420616c72de54e36c4379722 (diff) |
Corrected awesome-fontconfig lock icon
Diffstat (limited to 'functions')
-rw-r--r-- | functions/icons.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 3a4909f7..89fc0cd5 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -153,7 +153,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON '' GO_ICON '' PUBLIC_IP_ICON '' - LOCK_ICON $'\UE138' # + LOCK_ICON $'\UF023' # EXECUTION_TIME_ICON $'\uF253' SSH_ICON '(ssh)' VPN_ICON $'\uF023' |