From 7edc71556dc6d60116a8e255590c0e70a75e39a9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 26 Nov 2018 14:17:18 -0500 Subject: prep for icon repo --- .scripts/cron/newsup | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.scripts/cron/newsup') 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" -- cgit v1.3.1