diff options
author | listout <listout@protonmail.com> | 2022-03-27 20:31:29 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-03-27 20:31:29 +0530 |
commit | deefd65a5e5ed80951e32b63f9400405b77343a5 (patch) | |
tree | 3341a335eeeea0edc009313796026f9ad791790c /.config/polybar | |
parent | aa161e3671bca8640f902616897d8fb65b25f8fc (diff) |
polybar: config: wireless lan interface name
name according to wpa supplicant
Signed-off-by: listout <listout@protonmail.com>
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="" |