diff --git a/bar/eww/scripts/get-connectivity-info b/bar/eww/scripts/get-connectivity-info index a10779a..e5e6885 100755 --- a/bar/eww/scripts/get-connectivity-info +++ b/bar/eww/scripts/get-connectivity-info @@ -3,13 +3,10 @@ print_network_state() { case "$1" in - eth*) + eth*|enp*) echo ethernet ;; - wlan*) - echo wireless - ;; - wlp*) + wlan*|wlp*) echo wireless ;; usb*)