diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-26 14:17:18 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-26 14:17:18 -0500 |
| commit | 7edc71556dc6d60116a8e255590c0e70a75e39a9 (patch) | |
| tree | 0ca95128db35ab940e6403a3a770fe7563a8586b /.scripts/cron/newsup | |
| parent | 0339e626c2f2b750eb105fd816b8cf52757decca (diff) | |
| download | eibhear-7edc71556dc6d60116a8e255590c0e70a75e39a9.tar.gz eibhear-7edc71556dc6d60116a8e255590c0e70a75e39a9.tar.zst eibhear-7edc71556dc6d60116a8e255590c0e70a75e39a9.zip | |
prep for icon repo
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" |
