diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 19:59:32 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 19:59:32 +0300 |
commit | 962e9a464b49eb0fb845bd06c8614a449a813f80 (patch) | |
tree | f5b9dcaa9e46625bc5ee1cc1e9764a5134096b59 | |
parent | 3466b385fffc32097b8a1cc9788ccb5c7776d160 (diff) |
revert background jobs icon
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index aed0429c..0e019162 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -367,7 +367,7 @@ fi # 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='${P9K_VISUAL_IDENTIFIER}' + typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='⇶' ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### # NordVPN connection indicator color when connected. |