feat: polybar mu email counter

This commit is contained in:
Flinner 2022-03-13 14:29:22 +03:00
parent 1a6848ee00
commit 9090e57749
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ format-prefix-foreground = ${color.yellow}
[module/mu4e]
type = custom/script
exec = $(mu find flag:unread 2> /dev/null && wc -l) echo 0
exec = ( mu find flag:unread 2> /dev/null | wc -l ) || echo 0
interval = 5