404 B
404 B
mail-counter
Waybar custom mail module for Thunderbird. It reads Thunderbird's
global-messages-db.sqlite and prints JSON for Waybar.
Build On Bazzite
cd ~/dotfiles/bazzite/mail-counter
cargo build --release
install -m 755 target/release/mail-counter ~/.config/waybar/scripts/mail
Waybar config should call the compiled binary:
"exec": "~/.config/waybar/scripts/mail"