diff options
Diffstat (limited to 'home-config/waybar/custom_newsboat.sh')
-rwxr-xr-x | home-config/waybar/custom_newsboat.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/home-config/waybar/custom_newsboat.sh b/home-config/waybar/custom_newsboat.sh deleted file mode 100755 index 1ac8428..0000000 --- a/home-config/waybar/custom_newsboat.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -while :; do - until newsboat -x reload >/dev/null; do - sleep 1; - done - until unread="$(newsboat -x print-unread)"; do - sleep 1; - done - echo "$unread" | awk '{ print $1 }' - sleep 300 -done |