[status] fix: icons

This commit is contained in:
David JULIEN 2022-11-01 23:21:45 +01:00
parent d029f52805
commit e344488e65
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
######################################################################
# Wifi quality percentage and icon if ethernet is connected.
# Wifi quality percentage and icon if ethernet is connected.
ssid="$(wpa_cli status | grep -i ^ssid | sed -e 's/.*=//')"
state="$(wpa_cli status | grep -i ^wpa_state | sed -e 's/.*=//')"
case "$state" in
@ -23,6 +23,6 @@ if [ "up" = "$eth" ]; then
str="$(printf "%s /  " "$str")"
fi
vpn="$(pidof openvpn)"
[ -n "$vpn" ] && str="$(printf "() %s" "$str")"
[ -n "$vpn" ] && str="$(printf "%s  " "$str")"
printf " %s " "$str"