Prevented statusbar module from not showing when 0 unread items
This commit is contained in:
luukvbaal 2018-11-19 11:08:59 +01:00 committed by GitHub
parent 8e990604ca
commit 85aa9a2dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,4 @@ case $BLOCK_BUTTON in
- Left click opens newsboat" ;;
esac
echo " $(newsboat -x print-unread | awk '{ print $1}' | sed s/^0$//g)$(cat ~/.config/newsboat/.update 2>/dev/null)"
echo "$(newsboat -x print-unread | awk '{ print $1}' | sed s/^0$//g)$(cat ~/.config/newsboat/.update 2>/dev/null)"