aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/cron
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-01-27 17:25:54 +0300
committerawy <awy@awy.one>2025-01-27 17:25:54 +0300
commitec91620004d6b24024fec856192683184d3e5b3a (patch)
tree48c7ed6279718510a06899984a472cc54a38bd2c /.local/bin/cron
parent06142cca59919fbdd5ceb70afc32497cfe4a13b0 (diff)
update
Diffstat (limited to '.local/bin/cron')
-rwxr-xr-x.local/bin/cron/newsup4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/cron/newsup b/.local/bin/cron/newsup
index dd85c9f..af2dbb8 100755
--- a/.local/bin/cron/newsup
+++ b/.local/bin/cron/newsup
@@ -9,8 +9,8 @@ export DISPLAY=':0'
pgrep -f newsboat$ && /usr/bin/xdotool key --window "$(/usr/bin/xdotool search --name "^newsboat$")" R && exit
echo  > /tmp/newsupdate
-pkill -RTMIN+6 "${STATUSBAR:-i3blocks}"
+pkill -RTMIN+6 "${STATUSBAR:-waybar}"
/usr/bin/newsboat -x reload
rm -f /tmp/newsupdate
-pkill -RTMIN+6 "${STATUSBAR:-i3blocks}"
+pkill -RTMIN+6 "${STATUSBAR:-waybar}"
/usr/bin/notify-send "📰 RSS feed update complete."