diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-10-07 03:43:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 03:43:49 +0300 |
commit | 8f3159c99b09956fda4efcb8dbcec877cf5c2b83 (patch) | |
tree | 880d311986f0964e1e52c3ea7789be6638510d43 | |
parent | 000da51aeae730db682c4e886e91916e9b1f493d (diff) | |
parent | 36b833aae391000ec752188fae4cc67a314a7756 (diff) |
Merge pull request #640 from simonvpe/master
Corrected awesome-fontconfig lock icon
-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' |