summaryrefslogtreecommitdiff
path: root/.config/polybar/config
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-01-30 21:41:10 +0530
committerlistout <listout@protonmail.com>2022-01-30 21:41:10 +0530
commit3e37a565f516f57b56249f5e0051978d4c2173af (patch)
treecfd8ccbeec42317e8dfbb7556f48f5c01cfc0d50 /.config/polybar/config
parentc3fc1b7e9cefc27ff18e7cf7861667d9606292f3 (diff)
Get the wifi interface name from environment variable, from launch script
Diffstat (limited to '.config/polybar/config')
-rw-r--r--.config/polybar/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config
index 2b154d5..5153f47 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -166,7 +166,7 @@ label-empty-background = #1a1a24
[module/network]
type=internal/network
-interface=wlp3s0
+interface=${env:DEFAULT_NETWORK_INTERFACE:wlan0}
interval=3.0
label-connected=%local_ip%
label-disconnected=""