diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-27 10:05:00 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-27 10:05:00 -0500 |
| commit | fcf17a70f15fa0fedef00a4c340220e71c004555 (patch) | |
| tree | 6195da050ffef2c3a2a2bf7d5a6be4812f57500d /.scripts/statusbar | |
| parent | b3f29ab47f76949f9f29b629f162a73802fe90cf (diff) | |
| download | eibhear-fcf17a70f15fa0fedef00a4c340220e71c004555.tar.gz eibhear-fcf17a70f15fa0fedef00a4c340220e71c004555.tar.zst eibhear-fcf17a70f15fa0fedef00a4c340220e71c004555.zip | |
news status fixed
Diffstat (limited to '.scripts/statusbar')
| -rwxr-xr-x | .scripts/statusbar/i3news | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/i3news b/.scripts/statusbar/i3news index 7a06318..9a036f5 100755 --- a/.scripts/statusbar/i3news +++ b/.scripts/statusbar/i3news @@ -6,7 +6,7 @@ case $BLOCK_BUTTON in 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> - Shows unread news items - Shows 🔃 if updating with \`newsup\` |
