Files
dotfiles/fedora/mail-counter/README.md
Mikhail Kilin 8cedd606f5 fixes
2026-06-21 16:22:06 +03:00

19 lines
404 B
Markdown

# mail-counter
Waybar custom mail module for Thunderbird. It reads Thunderbird's
`global-messages-db.sqlite` and prints JSON for Waybar.
## Build On Bazzite
```bash
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:
```jsonc
"exec": "~/.config/waybar/scripts/mail"
```