diff options
Diffstat (limited to '.local/bin/cron')
-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 a7cc907..2fb090c 100755 --- a/.local/bin/cron/newsup +++ b/.local/bin/cron/newsup @@ -10,9 +10,9 @@ export WAYLAND_DISPLAY=wayland-1 pgrep -f newsraft$ && hyprctl --instance 0 dispatch sendshortcut ,R ,title:newsraft && exit -echo "" > /tmp/newsupdate +echo 🔃 > /tmp/newsupdate pkill -RTMIN+6 "${STATUSBAR:-waybar}" /usr/bin/newsraft -e reload-all rm -f /tmp/newsupdate pkill -RTMIN+6 "${STATUSBAR:-waybar}" -/usr/bin/notify-send " RSS feed update complete." +/usr/bin/notify-send "📰 RSS feed update complete." |