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>
9 lines
189 B
TOML
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"
|