diff options
author | awy <awy@awy.one> | 2025-01-27 17:25:54 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-27 17:25:54 +0300 |
commit | ec91620004d6b24024fec856192683184d3e5b3a (patch) | |
tree | 48c7ed6279718510a06899984a472cc54a38bd2c /.local/bin/cron/newsup | |
parent | 06142cca59919fbdd5ceb70afc32497cfe4a13b0 (diff) |
update
Diffstat (limited to '.local/bin/cron/newsup')
-rwxr-xr-x | .local/bin/cron/newsup | 4 |
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." |