my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix wifi name on zora

+1 -1
+1 -1
bin/zora/statusbar
··· 8 8 fi 9 9 wifi="disconnected (0%)" 10 10 if nmcli dev show wlp0s20f3 | grep GENERAL.STATE | grep -q connected; then 11 - wifiname="$(nmcli dev show wlp0s20f3 | awk '/GENERAL.CONNECTION/ {print $2}')" 11 + wifiname="$(nmcli -t dev show wlp0s20f3 | grep GENERAL.CONNECTION | cut -d ':' -f 2)" 12 12 wifistrength="$(nmcli dev show wlp0s20f3 | awk '/GENERAL.STATE/ {print $2}')" 13 13 wifi="$wifiname ($wifistrength%)" 14 14 fi