cnetworkmanager
nmcli
nmtui
nm-applet
nm-tray
plasmawindowed org.kde.plasma.networkmanagement
@lucy zsh tho
wifi=("${(f)"$(/usr/sbin/iw dev wlp4s0 link)"}")
wifi_ssid=${wifi[(r)[^:]SSID:*]//[^:]*: /}
wifi_strength=$((2 * (${${wifi[(r)[^:]signal:*]//[^:]*: /}/ *} + 100)))
print "$wifi_ssid ($wifi_strength%)"
@lucy could actually parse the output into an associative array here too
@mia@shrimptest.0x0.st @lucy@netzsphaere.xyz arguably less comprehensible, would it at least be faster?