summaryrefslogtreecommitdiff
path: root/functions/icons.zsh
diff options
context:
space:
mode:
authorTimothy Earley <timmy@earley.de>2017-10-01 18:53:07 +0300
committerTimothy Earley <timmy@earley.de>2017-10-01 18:53:07 +0300
commit81cbd65142609da34f463046abec8ad456440056 (patch)
tree287195914f500ad52bec9e4336b9fd721dc7ee0f /functions/icons.zsh
parente9e60324cde4279e5724d94905d61986ed9c4b3b (diff)
Added dropbox segment
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r--functions/icons.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index a20cef2c..3fc6d3b0 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -87,6 +87,7 @@ case $POWERLEVEL9K_MODE in
SSH_ICON '(ssh)'
VPN_ICON '(vpn)'
KUBERNETES_ICON $'\U2388' # ⎈
+ DROPBOX_ICON $'\UF16B' # 
)
;;
'awesome-fontconfig')
@@ -158,6 +159,7 @@ case $POWERLEVEL9K_MODE in
SSH_ICON '(ssh)'
VPN_ICON $'\uF023'
KUBERNETES_ICON $'\U2388' # ⎈
+ DROPBOX_ICON $'\UF16B' # 
)
;;
'awesome-mapped-fontconfig')
@@ -303,6 +305,7 @@ case $POWERLEVEL9K_MODE in
SSH_ICON $'\uF489' # 
VPN_ICON '(vpn)'
KUBERNETES_ICON $'\U2388' # ⎈
+ DROPBOX_ICON $'\UF16B' # 
)
;;
*)
@@ -374,6 +377,7 @@ case $POWERLEVEL9K_MODE in
SSH_ICON '(ssh)'
VPN_ICON '(vpn)'
KUBERNETES_ICON $'\U2388' # ⎈
+ DROPBOX_ICON $'\UF16B' # 
)
;;
esac