feat: polybar module for mu4e!

This commit is contained in:
Flinner 2022-03-18 22:58:57 +03:00
parent a84b8317e5
commit ad8424935d
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 = ( ls -1 ~/.mail/*/*/new/* 2> /dev/null | wc -l ) || echo 0
interval = 5