nordvpn: add CONNECTING and DISCONECTING states, remove OTHER
See https://github.com/romkatv/powerlevel10k/issues/133.
This commit is contained in:
parent
2c6f3f32aa
commit
cef049e0de
2 changed files with 51 additions and 10 deletions
|
@ -337,8 +337,11 @@ fi
|
|||
##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]###########
|
||||
# NordVPN connection indicator color when connected.
|
||||
typeset -g POWERLEVEL9K_NORDVPN_CONNECTED_FOREGROUND=4
|
||||
# NordVPN connection indicator color when disconnected.
|
||||
typeset -g POWERLEVEL9K_NORDVPN_DISCONNECTED_FOREGROUND=3
|
||||
# NordVPN connection indicator color when not connected.
|
||||
typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_FOREGROUND=3
|
||||
# Uncomment these two lines to hide NordVPN connection indicator when not connected.
|
||||
# typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION=
|
||||
# typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION=
|
||||
|
||||
####################################[ context: user@host ]####################################
|
||||
# Context format: user@host.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue