diff options
| -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 a53c2e2..e74fd95 100755 --- a/.local/bin/cron/newsup +++ b/.local/bin/cron/newsup @@ -6,7 +6,7 @@  export XDG_RUNTIME_DIR=/tmp/hyprland  export WAYLAND_DISPLAY=wayland-1 -/usr/bin/notify-send " Updating RSS feeds..." +# /usr/bin/notify-send " Updating RSS feeds..."  pgrep -f newsraft$ && hyprctl --instance 0 dispatch sendshortcut ,R ,title:newsraft @@ -15,4 +15,4 @@ 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."  |