summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar/style.css
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:35 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:35 +0100
commitb929ff14bfd83153a8da56b229b79fe7c214aa02 (patch)
treea7a251716b1ac4c42dfc9e13e95db20600c78337 /dot_config/waybar/style.css
parent3aa51a5c01e7832605705cb71dc9a14f315c6e79 (diff)
downloaddotfiles-b929ff14bfd83153a8da56b229b79fe7c214aa02.tar.gz
dotfiles-b929ff14bfd83153a8da56b229b79fe7c214aa02.tar.bz2
dotfiles-b929ff14bfd83153a8da56b229b79fe7c214aa02.zip
Remove the single-account mail counter
Diffstat (limited to 'dot_config/waybar/style.css')
-rw-r--r--dot_config/waybar/style.css15
1 files changed, 1 insertions, 14 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css
index fe2f3bb..1a0da3f 100644
--- a/dot_config/waybar/style.css
+++ b/dot_config/waybar/style.css
@@ -64,8 +64,7 @@ window#waybar {
#custom-pacdiff,
#custom-failed-units,
#custom-arch-audit,
-#custom-lostfiles,
-#custom-thunderbird {
+#custom-lostfiles {
padding: 0 6px;
}
@@ -186,18 +185,6 @@ window#waybar {
color: #fe8019; /* orange — unread */
}
-#custom-thunderbird {
- color: #928374; /* gray when inbox is empty */
-}
-
-#custom-thunderbird.unread {
- color: #fe8019; /* orange — has unread mail */
-}
-
-#custom-thunderbird.error {
- color: #fb4934; /* red — bridge down or creds missing */
-}
-
#battery.warning {
color: #fabd2f;
}