summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar/config.jsonc
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/config.jsonc
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/config.jsonc')
-rw-r--r--dot_config/waybar/config.jsonc9
1 files changed, 0 insertions, 9 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc
index 6422280..2dbe4b5 100644
--- a/dot_config/waybar/config.jsonc
+++ b/dot_config/waybar/config.jsonc
@@ -25,7 +25,6 @@
"custom/arch-audit",
"custom/failed-units",
"custom/lostfiles",
- "custom/thunderbird",
"clock",
"tray",
],
@@ -254,12 +253,4 @@
"on-click": "ghostty --class=floating -e nvim -R /run/lostfiles.txt",
"tooltip": true,
},
-
- "custom/thunderbird": {
- "exec": "~/.config/waybar/tb-unread.sh",
- "return-type": "json",
- "interval": 60,
- "on-click": "~/.config/sway/tb-toggle.sh",
- "tooltip": true,
- },
}