diff options
author | awy <awy@awy.one> | 2025-08-06 03:01:59 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-06 03:01:59 +0300 |
commit | 65e138bb143e4f11fb7cbc72fbfc9d846956b082 (patch) | |
tree | 447d1e15c0fb9f08d13829eda963399ccb8d0b8c /.local/bin/statusbar/sb-mailbox | |
parent | 36534e0d1fbe73fcbbf92558263ad85abe9ab6be (diff) | |
download | hyprdots-65e138bb143e4f11fb7cbc72fbfc9d846956b082.tar.gz |
gruvbox
Diffstat (limited to '.local/bin/statusbar/sb-mailbox')
-rwxr-xr-x | .local/bin/statusbar/sb-mailbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox index fa36584..19478e8 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -18,7 +18,7 @@ unread="$(fd . "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/*/[Ii][Nn][Bb][Oo][Xx icon=$(bat /tmp/mailupdate 2>/dev/null) if [ "$unread" -eq 0 ]; then - [ -n "$icon" ] && echo " $icon" || exit 0 + [ -n "$icon" ] && echo "$icon" || exit 0 else echo " $unread$icon" fi |