diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-24 11:34:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-24 11:34:32 +0900 |
| commit | 01e4a66a09486307728d016576bee88df7b698c1 (patch) | |
| tree | b8237c0460b29a459bf9aa3afe8525b2677d5601 /ar/.local/bin/statusbar/sb-mailbox | |
| parent | 7ad735138ce0160e68c3cb0e8be013e778400cf8 (diff) | |
updates
Diffstat (limited to 'ar/.local/bin/statusbar/sb-mailbox')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-mailbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-mailbox b/ar/.local/bin/statusbar/sb-mailbox index 6926b6e..cfd1f2b 100755 --- a/ar/.local/bin/statusbar/sb-mailbox +++ b/ar/.local/bin/statusbar/sb-mailbox @@ -6,7 +6,7 @@ case $BLOCK_BUTTON in 1) setsid -w -f "$TERMINAL" -e neomutt - pkill -RTMIN+18 "${STATUSBAR:-dwmblocks}" + pkill -RTMIN+15 "${STATUSBAR:-dwmblocks}" ;; 2) setsid -f mw -Y >/dev/null ;; 3) notify-send "📬 Mail module" "\- Shows unread mail |
