diff options
Diffstat (limited to '.scripts/newsup')
| -rwxr-xr-x | .scripts/newsup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.scripts/newsup b/.scripts/newsup new file mode 100755 index 0000000..986524a --- /dev/null +++ b/.scripts/newsup @@ -0,0 +1,9 @@ +#!/bin/sh + +echo "📰 🔃" > ~/.newsup +pkill -RTMIN+6 i3blocks +printf "Loading new RSS entries for newsboat...\\n" +/usr/bin/newsboat -x reload && + printf "Done.\\n" +echo "" > ~/.newsup +pkill -RTMIN+6 i3blocks |
