diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-09 12:16:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-09 12:16:12 +0900 |
| commit | 6d1b7d20559236b80d81522c676d3a7acdc655d4 (patch) | |
| tree | b833db199cfca032c4c0dd67c79622f5bed0740d /ar/.local/bin | |
| parent | c9f6e426e819b69f6a8467097d6407e04b3b758f (diff) | |
modified cron/newsup, modified statusbar/sb-news
Diffstat (limited to 'ar/.local/bin')
| -rwxr-xr-x | ar/.local/bin/cron/newsup | 2 | ||||
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-news | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/cron/newsup b/ar/.local/bin/cron/newsup index c587e21..cdb9385 100755 --- a/ar/.local/bin/cron/newsup +++ b/ar/.local/bin/cron/newsup @@ -7,7 +7,7 @@ pgrep -f newsboat$ && /usr/bin/xdotool key --window "$(/usr/bin/xdotool search --name "^newsboat$")" R && exit -echo 🔃 >/tmp/newsupdate +echo 📰🔃 >/tmp/newsupdate pkill -RTMIN+14 "${STATUSBAR:-dwmblocks}" /usr/bin/newsboat -x reload rm -f /tmp/newsupdate diff --git a/ar/.local/bin/statusbar/sb-news b/ar/.local/bin/statusbar/sb-news index 8bbbbf1..920f818 100755 --- a/ar/.local/bin/statusbar/sb-news +++ b/ar/.local/bin/statusbar/sb-news @@ -7,7 +7,7 @@ case $BLOCK_BUTTON in 1) setsid "$TERMINAL" -e newsboat ;; 2) setsid -f newsup >/dev/null && exit ;; 3) notify-send "📰 News module" "\- Shows unread news items -- Shows 🔃 if updating with \`newsup\` +- Shows 📰🔃 if updating with \`newsup\` - Left click opens newsboat - Middle click syncs RSS feeds <b>Note:</b> Only one instance of newsboat (including updates) may be running at a time" ;; |
