diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 19:52:45 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 19:52:45 +0300 |
commit | 84694f3ef230bc6b1265b9d5f7e0be54dc2d5b26 (patch) | |
tree | f1122d6fc93f00b3ec08a8c3409801721be8dcc8 /config/p10k-lean.zsh | |
parent | 6da969edc163a5a7bd00b82d8c7825adf30c6639 (diff) |
use default background jobs icon
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 9eb9f938..aed0429c 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -136,8 +136,7 @@ fi # POWERLEVEL9K_DIR_NOT_WRITABLE_ICON_BEFORE_CONTENT=false typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT=true - # Add an empty line before each prompt. If you set it to false, you might want to - # set POWERLEVEL9K_SHOW_RULER=true or POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR='·' below. + # Add an empty line before each prompt. typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true # Ruler, a.k.a. the horizontal line before each prompt. If you set it to true, you'll @@ -365,10 +364,10 @@ fi #######################[ background_jobs: presence of background jobs ]####################### # Don't show the number of background jobs. typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false + # Background jobs color. + typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=2 # Icon to show when there are background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='⇶' - # Background jobs icon color. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_COLOR=2 + typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### # NordVPN connection indicator color when connected. |