summaryrefslogtreecommitdiff
path: root/.local/bin/newsup
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/newsup')
-rwxr-xr-x.local/bin/newsup2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/newsup b/.local/bin/newsup
index 7cef34c..b94ca37 100755
--- a/.local/bin/newsup
+++ b/.local/bin/newsup
@@ -8,7 +8,7 @@ ping -q -c 1 1.1.1.1 > /dev/null || exit
pgrep -x newsboat >/dev/null && /usr/bin/xdotool key --window "$(/usr/bin/xdotool search --name newsboat)" R && exit
-echo "   " > /tmp/newsupdate && kill -37 $(pidof dwmblocks)
+echo "  " > /tmp/newsupdate && kill -37 $(pidof dwmblocks)
/usr/bin/newsboat -x reload
rm -f /tmp/newsupdate
/usr/bin/notify-send -t 1 -a " RSS" "RSS feed update complete." && kill -37 $(pidof dwmblocks)