From 831b8da62e345391676af081b3ea2cd83de05995 Mon Sep 17 00:00:00 2001 From: romkatv Date: Sat, 18 Jan 2020 16:46:52 +0100 Subject: [PATCH] add a comment explaining how to display VPN ip --- config/p10k-classic.zsh | 1 + config/p10k-lean-8colors.zsh | 1 + config/p10k-lean.zsh | 1 + config/p10k-rainbow.zsh | 1 + 4 files changed, 4 insertions(+) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 5886dfe3..32489313 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1009,6 +1009,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 cbcebccb..53c00a43 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -985,6 +985,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 f03877f3..08f863fa 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -985,6 +985,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 3cfeb8a1..56062aac 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1044,6 +1044,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.