notif-picker/Cargo.toml
Austin Schaefer fe2039c05e Initial commit: mako notification picker for wofi
Reads notification history via makoctl, formats entries as pango markup
with resolved app icons, and pipes them to wofi in dmenu mode for
selection and invocation.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-29 11:50:35 +02:00

9 lines
189 B
TOML

[package]
name = "notif-picker"
version = "0.1.0"
edition = "2024"
[dependencies]
freedesktop-icons = "0.4.0"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"