diff options
Diffstat (limited to '.scripts/cron/newsup')
| -rwxr-xr-x | .scripts/cron/newsup | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scripts/cron/newsup b/.scripts/cron/newsup index d5a1dc4..81c9b01 100755 --- a/.scripts/cron/newsup +++ b/.scripts/cron/newsup @@ -6,9 +6,13 @@ ping -q -t 1 -c 1 `ip r | grep -m 1 default | cut -d ' ' -f 3` >/dev/null || exit +note "Updating RSS feeds..." "$PIX/rss.gif" + echo 🔃 > ~/.config/newsboat/.update pkill -RTMIN+6 i3blocks /usr/bin/newsboat -x reload rm -f ~/.config/newsboat/.update pkill -RTMIN+6 i3blocks + +note "RSS feed update complete." "$PIX/rss.gif" |
