typo fix
Prevented statusbar module from not showing when 0 unread items
This commit is contained in:
parent
2dc8fabaaf
commit
b52886fc6c
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ case $BLOCK_BUTTON in
|
||||||
- Left click opens newsboat" ;;
|
- Left click opens newsboat" ;;
|
||||||
esac
|
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)"
|
||||||
|
|
Loading…
Reference in a new issue