From 7b8dc455d2d2804efff870a9c1cafb2f387e357e Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 18 Oct 2024 09:25:12 +0200 Subject: [PATCH] fix(eww->get-connectivity-info): Fixed interface type case statement --- bar/eww/scripts/get-connectivity-info | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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*)