cron-able newsboat update script added for i3blocks
This commit is contained in:
9
.scripts/newsup
Executable file
9
.scripts/newsup
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user