aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorDhananjay Tanpure <dtan13@pm.me>2021-01-15 20:20:46 +0300
committerGitHub <noreply@github.com>2021-01-15 20:20:46 +0300
commitd26bdcd6010cfe82bc7bab07e4363b40be834cc8 (patch)
tree76feaea69ce727c0a345f7b18c4183cecf2f7b25 /config/p10k-classic.zsh
parent7b0698debf56c80f4e805164537c6401cb88ab2e (diff)
Added wlan(w) to regular expression of network interfaces. (#1224)v1.14.6
Name of network interface is generally wlan0 or wlp3s0.
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index a594b8a9..8bb7e4df 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -1462,7 +1462,7 @@
typeset -g POWERLEVEL9K_IP_CONTENT_EXPANSION='${P9K_IP_RX_RATE:+%70F⇣$P9K_IP_RX_RATE }${P9K_IP_TX_RATE:+%215F⇡$P9K_IP_TX_RATE }%38F$P9K_IP_IP'
# Show information for the first network interface whose name matches this regular expression.
# Run `ifconfig` or `ip -4 a show` to see the names of all network interfaces.
- typeset -g POWERLEVEL9K_IP_INTERFACE='e.*'
+ typeset -g POWERLEVEL9K_IP_INTERFACE='[ew].*'
# Custom icon.
# typeset -g POWERLEVEL9K_IP_VISUAL_IDENTIFIER_EXPANSION='⭐'