blob: 986524aed465b2a268c846f8b54dc64b50b3869c (
plain) (
blame)
1
2
3
4
5
6
7
8
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
|