diff options
| author | awy <awy@awy.one> | 2025-11-01 15:32:44 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-01 15:32:44 +0300 |
| commit | 38691382d95961910779b63d0d02e780bc0cc5a3 (patch) | |
| tree | 5e283c0bae45222ae4752ba9c18b3f4dee9f5df1 /.local | |
| parent | 326f78eb8b27e618d833420a7cffcf17c7aa961d (diff) | |
| download | hyprdots-38691382d95961910779b63d0d02e780bc0cc5a3.tar.gz | |
just less notification spam 2
Diffstat (limited to '.local')
| -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." |