Merge branch 'dev' into thesis
status: fix icons spacing
This commit is contained in:
commit
d58c838ef2
@ -20,7 +20,7 @@ case "$state" in
|
||||
esac
|
||||
eth="$(cat /sys/class/net/eth0/operstate)"
|
||||
if [ "up" = "$eth" ]; then
|
||||
str="$(printf "%s / " "$str")"
|
||||
str="$(printf "%s / " "$str")"
|
||||
fi
|
||||
vpn="$(pidof openvpn)"
|
||||
[ -n "$vpn" ] && str="$(printf "() %s" "$str")"
|
||||
|
@ -19,7 +19,7 @@ do
|
||||
[ -n "$(echo "$acc" | sed -n '/@univ/p')" ] && box=""
|
||||
[ -n "$(echo "$acc" | sed -n '/@mailo/p')" ] && box=""
|
||||
[ -n "$(echo "$acc" | sed -n '/@posteo/p')" ] && box=""
|
||||
unread="$unread/$box$new"
|
||||
unread="$unread/$box $new"
|
||||
fi
|
||||
done
|
||||
[ -n "$unread" ] && unread="$(echo "$unread" | cut -c 2-)" || exit
|
||||
|
Reference in New Issue
Block a user