1 unstable release
Uses new Rust 2024
new 0.1.0 | Mar 23, 2025 |
---|
#14 in #tray
96 downloads per month
12KB
262 lines
mailnaggertray
A tray icon applet for for monitoring new mail using mailnagger written in Rust.
- OS: Linux
- License: MIT
Requirements
- a system tray
- everything mailnagger needs to run
- Cargo
Installation
- from the AUR:
# using an AUR helper
paru -S mailnaggertray-git
Manual compilation
# build the crate in release mode
cargo build --release
# run the binary using either one of the following
cargo run --release
./target/release/mailnaggertray
Usage
- before first running the program, configure mailnagger using
mailnagger-config
(this is necessary) - notifications are sent by mailnagger itself, mailnaggertray only lists them
- the mailnagger process is started by mailnaggertray automatically
Dependencies
~12–23MB
~368K SLoC