aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2016-01-08 23:34:30 +0300
committerDominik Ritter <dritter03@googlemail.com>2016-01-23 03:27:05 +0300
commit6aadf763976b86e694885e62cc6b2508ed701007 (patch)
treeb380d92488d85233f9c46e98f97e8b337491a371 /functions
parent472fb6f674d315f372bc3480b2f1aba8d772a680 (diff)
Split up `ram` segment into `ram` and `swap`.
Diffstat (limited to 'functions')
-rw-r--r--functions/icons.zsh4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index aad62dc1..f00ee5c9 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -48,7 +48,7 @@ case $POWERLEVEL9K_MODE in
FOLDER_ICON $'\UE818' # 
NETWORK_ICON $'\UE1AD' # 
LOAD_ICON $'\UE190 ' # 
- #RAM_ICON $'\UE87D' # 
+ SWAP_ICON $'\UE87D' # 
RAM_ICON $'\UE1E2 ' # 
VCS_UNTRACKED_ICON $'\UE16C' # 
VCS_UNSTAGED_ICON $'\UE17C' # 
@@ -101,6 +101,7 @@ case $POWERLEVEL9K_MODE in
FOLDER_ICON $'\UF115' # 
NETWORK_ICON $'\UF09E' # 
LOAD_ICON $'\UF080 ' # 
+ SWAP_ICON $'\UF0E4' # 
RAM_ICON $'\UF0E4' # 
VCS_UNTRACKED_ICON $'\UF059' # 
VCS_UNSTAGED_ICON $'\UF06A' # 
@@ -149,6 +150,7 @@ case $POWERLEVEL9K_MODE in
FOLDER_ICON ''
NETWORK_ICON 'IP'
LOAD_ICON 'L'
+ SWAP_ICON 'SWP'
RAM_ICON 'RAM'
VCS_UNTRACKED_ICON '?'
VCS_UNSTAGED_ICON $'\u25CF' # ●