From 38691382d95961910779b63d0d02e780bc0cc5a3 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 1 Nov 2025 15:32:44 +0300 Subject: just less notification spam 2 --- .local/bin/cron/newsup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local') 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." -- cgit v1.2.3