diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-24 23:15:06 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-24 23:15:06 +0100 |
commit | 1eed40cff2eab4ed371b7ec98de79b18af085690 (patch) | |
tree | 1f4404581d1fb3f3913935a39982dd530ef2ddd1 /.local/bin | |
parent | 92750ff52f6df270b9c8a2d3068c7e0ff3374265 (diff) |
Colorscheme dunst, update mailbox script
Diffstat (limited to '.local/bin')
-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 35ad7bb..a0fa21b 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -17,4 +17,4 @@ unread="$(find "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/*/[Ii][Nn][Bb][Oo][Xx pidof mbsync >/dev/null 2>&1 && icon="🔃" -[ "$unread" = "0" ] && [ "$icon" = "" ] || echo "📬 $unread$icon" +[ "$unread" = "0" ] && [ "$icon" = "" ] || echo "📬$unread$icon" |