From 21996faf2d32c49a7bf78d5c97c72760a8e5f26d Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Sun, 20 Dec 2020 15:20:26 +0100 Subject: [PATCH] feat: updated icon --- newsboat/.local/bin/newsup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsboat/.local/bin/newsup b/newsboat/.local/bin/newsup index 5fca29b..5333e3e 100755 --- a/newsboat/.local/bin/newsup +++ b/newsboat/.local/bin/newsup @@ -4,7 +4,7 @@ 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 -echo 🔃 >/tmp/newsupdate +echo "📰📻🔃" >/tmp/newsupdate pkill -RTMIN+4 "${STATUSBAR:-dwmblocks}" /usr/bin/newsboat -x reload rm -f /tmp/newsupdate