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() {