diff options
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index cfc6809..d4c33af 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -166,7 +166,7 @@ label-empty-background = #001a1a24 [module/network] type=internal/network -interface=${env:DEFAULT_NETWORK_INTERFACE:wlan0} +interface=${env:DEFAULT_NETWORK_INTERFACE:wlp2s0} interval=3.0 label-connected=%local_ip% label-disconnected="" |