diff options
| author | BardofSprites <[email protected]> | 2025-04-06 23:54:30 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-06 23:54:30 -0400 |
| commit | 8214906f384d4a0e33020527bd43e8db7d75fcf1 (patch) | |
| tree | 04061388e9b565e6ea3c529f837ead762459ec79 /xmonad/.config/xmobar/xmobarrc | |
| parent | e461508defcb6c22d6c1c4999fa5d58563a00b33 (diff) | |
fix typo
Diffstat (limited to 'xmonad/.config/xmobar/xmobarrc')
| -rw-r--r-- | xmonad/.config/xmobar/xmobarrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index 50940b5..42196c2 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -10,7 +10,7 @@ Config { 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", "tag:unread"] "unread-mail" 100 - , Run Com "notmuch" ["count", "tag:unread"] "inbox-mail" 100 + , Run Com "notmuch" ["count", "tag:inbox"] "inbox-mail" 100 , Run Com "music-plain" [] "music" 50 , Run Com "weather-plain" [] "weather" 100 , Run StdinReader -- text coming from xmonad |
