[status] fix: statusbar icons spacing

This commit is contained in:
David JULIEN 2022-10-31 10:37:04 +01:00
parent de5d6d68df
commit d029f52805
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ case "$state" in
esac
eth="$(cat /sys/class/net/enp0s31f6/operstate)"
if [ "up" = "$eth" ]; then
str="$(printf "%s / " "$str")"
str="$(printf "%s / " "$str")"
fi
vpn="$(pidof openvpn)"
[ -n "$vpn" ] && str="$(printf "() %s" "$str")"