news status fixed
This commit is contained in:
parent
b3f29ab47f
commit
fcf17a70f1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) setsid "$TERMINAL" -e newsboat ;;
|
1) setsid "$TERMINAL" -e newsboat ;;
|
||||||
2) setsid newsup ;;
|
2) setsid newsup >/dev/null ;;
|
||||||
3) pgrep -x dunst >/dev/null && notify-send "<b>📰 News module:</b>
|
3) pgrep -x dunst >/dev/null && notify-send "<b>📰 News module:</b>
|
||||||
- Shows unread news items
|
- Shows unread news items
|
||||||
- Shows 🔃 if updating with \`newsup\`
|
- Shows 🔃 if updating with \`newsup\`
|
||||||
|
|
Loading…
Reference in a new issue