[status] fix: statusbar icons spacing
This commit is contained in:
parent
de5d6d68df
commit
d029f52805
@ -20,7 +20,7 @@ case "$state" in
|
|||||||
esac
|
esac
|
||||||
eth="$(cat /sys/class/net/enp0s31f6/operstate)"
|
eth="$(cat /sys/class/net/enp0s31f6/operstate)"
|
||||||
if [ "up" = "$eth" ]; then
|
if [ "up" = "$eth" ]; then
|
||||||
str="$(printf "%s / " "$str")"
|
str="$(printf "%s / " "$str")"
|
||||||
fi
|
fi
|
||||||
vpn="$(pidof openvpn)"
|
vpn="$(pidof openvpn)"
|
||||||
[ -n "$vpn" ] && str="$(printf "() %s" "$str")"
|
[ -n "$vpn" ] && str="$(printf "() %s" "$str")"
|
||||||
|
Reference in New Issue
Block a user