diff --git a/polybar/.config/polybar/forest/user_modules.ini b/polybar/.config/polybar/forest/user_modules.ini index 938b1ae..3a01746 100644 --- a/polybar/.config/polybar/forest/user_modules.ini +++ b/polybar/.config/polybar/forest/user_modules.ini @@ -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