From 60e61287543dfbbff58bd1ef79d627cf3ca5113d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 24 Sep 2021 09:50:24 -0400 Subject: no ping and other tweaks --- .local/bin/cron/newsup | 2 -- 1 file changed, 2 deletions(-) (limited to '.local/bin/cron/newsup') diff --git a/.local/bin/cron/newsup b/.local/bin/cron/newsup index 29f2b3c..cc50e78 100755 --- a/.local/bin/cron/newsup +++ b/.local/bin/cron/newsup @@ -3,8 +3,6 @@ # Set as a cron job to check for new RSS entries for newsboat. # If newsboat is open, sends it an "R" key to refresh. -ping -q -c 1 example.org > /dev/null || exit - /usr/bin/notify-send "📰 Updating RSS feeds..." pgrep -f newsboat$ && /usr/bin/xdotool key --window "$(/usr/bin/xdotool search --name newsboat)" R && exit -- cgit v1.3.1