Crates.io | notification-server |
lib.rs | notification-server |
version | 0.1.0 |
source | src |
created_at | 2021-08-22 19:11:09.894292 |
updated_at | 2021-08-22 19:11:09.894292 |
description | A Linux notification server written in Rust |
homepage | |
repository | https://gitlab.com/999eagle/notification-server |
max_upload_size | |
id | 440814 |
size | 151,673 |
A Linux notification server written in Rust using GTK. Currently, version 1.2 of the freedesktop.org notification spec is supported.
Run from source using cargo run
or run the compiled binary with ./notification-server
.
The notifications can be styled using GTK CSS. By default, $XDG_CONFIG_HOME/notification-server/style.css
is read and applied if it exists.
More configuration options may be added in future versions.
Notifications will be expired after 5 seconds by default. They can be dismissed earlier by clicking on the notification window.