swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 76387383a8e448d35ce4cbbae4a166047e695560
parent 41bd6e8b337e663d14f420db2ee452a83613f0b6
Author: awy <awy@awy.one>
Date:   Thu, 12 Jun 2025 21:02:24 +0300

fix

Diffstat:
M.local/bin/statusbar/sb-news | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/statusbar/sb-news b/.local/bin/statusbar/sb-news @@ -4,7 +4,7 @@ # When clicked, brings up `newsboat`. case $BLOCK_BUTTON in - 1) setsid "$TERMINAL" -e newsboat >/dev/null 2>&1 ;; + 1) setsid "$TERMINAL" -T newsboat -e newsboat >/dev/null 2>&1 ;; 2) setsid -f newsup >/dev/null && exit ;; 3) notify-send "📰 News module" "\- Shows unread news items - Shows 🔃 if updating with \`newsup\`