aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-10-07 03:41:51 +0300
committerGitHub <noreply@github.com>2017-10-07 03:41:51 +0300
commitb87c3b85ace58b4a247046a51c37a5b043fcefb5 (patch)
treefeb2b5848f4ab9d5f56c026b657d2d8b033403fd /functions
parent985dac910cd52f22aa81de8442f335fd08dbd515 (diff)
Updating Dropbox icon for non-awesome fonts
Diffstat (limited to 'functions')
-rw-r--r--functions/icons.zsh5
1 files changed, 4 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index 3fc6d3b0..76913a81 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -234,6 +234,9 @@ case $POWERLEVEL9K_MODE in
LOCK_ICON '\u'$CODEPOINT_OF_AWESOME_LOCK # 
EXECUTION_TIME_ICON '\u'$CODEPOINT_OF_AWESOME_HOURGLASS_END # 
SSH_ICON '(ssh)'
+ VPN_ICON '\u'$CODEPOINT_OF_AWESOME_LOCK
+ KUBERNETES_ICON $'\U2388' # ⎈
+ DROPBOX_ICON '\u'$CODEPOINT_OF_AWESOME_DROPBOX # 
)
;;
'nerdfont-complete'|'nerdfont-fontconfig')
@@ -377,7 +380,7 @@ case $POWERLEVEL9K_MODE in
SSH_ICON '(ssh)'
VPN_ICON '(vpn)'
KUBERNETES_ICON $'\U2388' # ⎈
- DROPBOX_ICON $'\UF16B' # 
+ DROPBOX_ICON 'Dropbox'
)
;;
esac