diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 1 | ||||
-rw-r--r-- | config/p10k-lean-8colors.zsh | 1 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 1 | ||||
-rw-r--r-- | config/p10k-rainbow.zsh | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 09dfbf78..d23a09c2 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1023,6 +1023,7 @@ # VPN IP color. typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=81 # When on VPN, show just an icon without the IP address. + # Tip: To display the private IP address when on VPN, remove the next line. typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the # name of the interface. diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 2f972502..f581155a 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1002,6 +1002,7 @@ # VPN IP color. typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=3 # When on VPN, show just an icon without the IP address. + # Tip: To display the private IP address when on VPN, remove the next line. typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the # name of the interface. diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index c4525566..14e92fec 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1002,6 +1002,7 @@ # VPN IP color. typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=81 # When on VPN, show just an icon without the IP address. + # Tip: To display the private IP address when on VPN, remove the next line. typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the # name of the interface. diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 6d68dde0..5e74496e 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1061,6 +1061,7 @@ # typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=0 # typeset -g POWERLEVEL9K_VPN_IP_BACKGROUND=6 # When on VPN, show just an icon without the IP address. + # Tip: To display the private IP address when on VPN, remove the next line. typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the # name of the interface. |