From 3e37a565f516f57b56249f5e0051978d4c2173af Mon Sep 17 00:00:00 2001 From: listout Date: Sun, 30 Jan 2022 21:41:10 +0530 Subject: Get the wifi interface name from environment variable, from launch script --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/polybar/config') 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="" -- cgit v1.2.3