diff options
| author | BardofSprites <[email protected]> | 2025-04-06 20:27:34 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-06 20:27:34 -0400 |
| commit | e461508defcb6c22d6c1c4999fa5d58563a00b33 (patch) | |
| tree | 75e28cfa209904c3a01f7b1715a43b248a3c7cb6 /xmonad/.config | |
| parent | 3ee1626dcd435da635fa5cfabdb564a86a824a2f (diff) | |
better mail indicator
Diffstat (limited to 'xmonad/.config')
| -rw-r--r-- | xmonad/.config/xmobar/xmobarrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index 213d7b2..50940b5 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -9,7 +9,8 @@ Config { -- Network activity monitor (dynamic interface resolution) Run Date "%Y-%m-%d (%a) %H:%M:%S" "mydate" 10 -- Run Com "<terminal app/script>" [<app arguments>] <template identifier> <refreshrate> - , Run Com "notmuch" ["count"] "mail" 600 + , Run Com "notmuch" ["count", "tag:unread"] "unread-mail" 100 + , Run Com "notmuch" ["count", "tag:unread"] "inbox-mail" 100 , Run Com "music-plain" [] "music" 50 , Run Com "weather-plain" [] "weather" 100 , Run StdinReader -- text coming from xmonad @@ -29,5 +30,5 @@ Config { , "--high" , "#ff4f58" ] 10 ] - , template = " %StdinReader% }{ <fc=#ffdd33>%weather%</fc> | <fc=#73c936> : %mail% unread</fc> | <fc=#96a6c8>%music%</fc> | %multicpu% | %thermal0% | %dynnetwork% | : %mydate% " + , template = " %StdinReader% }{ <fc=#ffdd33>%weather%</fc> | <fc=#73c936> : </fc><fc=#729FCF>[U]</fc> %unread-mail% <fc=#95a99f>[I]</fc> %inbox-mail% | <fc=#96a6c8>%music%</fc> | %multicpu% | %thermal0% | %dynnetwork% | : %mydate% " } |
