swaydots

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

commit 88db9743fbbdbebe579a30d180f70519463df63b
parent 0fca5b9908294d0fe5631c4b5afef08d532e7ba3
Author: awy <awy@awy.one>
Date:   Thu, 24 Apr 2025 02:48:14 +0300

fix

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

diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox @@ -5,7 +5,7 @@ case $BLOCK_BUTTON in 1) setsid -w -f "$TERMINAL" -e neomutt; pkill -RTMIN+12 "${STATUSBAR:-i3blocks}" ;; - 2) setsid -f mailsync >/dev/null ;; + 2) setsid -f mailsync ;; 3) notify-send "📬 Mail module" "\- Shows unread mail - Shows 🔃 if syncing mail - Left click opens neomutt