diff options
author | awy <awy@awy.one> | 2025-10-02 18:35:12 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-02 18:35:12 +0300 |
commit | 0a1a0582e07910f59de1ea10d2bd984668cfb442 (patch) | |
tree | 5c81f07ac82adab1eccab834dfcd3cbabffa2fd0 /.local/bin/cron | |
parent | 871880e95058f65537f54cc669cbcf3100931f28 (diff) | |
download | hyprdots-0a1a0582e07910f59de1ea10d2bd984668cfb442.tar.gz |
upd
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." |