From 1310943f7062843f67ade77be51536a13e6234e1 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 18 Feb 2024 08:42:26 +0100 Subject: [PATCH] [m] Fix eww --- modules/home/wayland/apps/eww/bar/scripts/net/net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/wayland/apps/eww/bar/scripts/net/net b/modules/home/wayland/apps/eww/bar/scripts/net/net index 113f68d..699f987 100755 --- a/modules/home/wayland/apps/eww/bar/scripts/net/net +++ b/modules/home/wayland/apps/eww/bar/scripts/net/net @@ -26,7 +26,7 @@ function gen_wifi() { icon=${icons[$level]} ip="-" class="net-connected" - name=printf "$(wpa_cli status | grep \^ssid= | sed 's/ssid=//g')" + name=printf wpa_cli status | grep \^ssid= | sed 's/ssid=//g' } function gen_ethernet() {