Crates.io | oxinoti |
lib.rs | oxinoti |
version | 0.1.1 |
source | src |
created_at | 2023-09-14 19:44:51.7621 |
updated_at | 2023-09-28 15:07:38.880771 |
description | A notification daemon written in rust. |
homepage | |
repository | https://github.com/DashieTM/OxiNoti |
max_upload_size | |
id | 973040 |
size | 142,177 |
A work in progress notification daemon made with rust and gtk.
Can also be used in tandem with OxiDash, a notification center also made with rust and gtk.
Notify, GetServerInformation, CloseNotification and GetCapabilities are standardized from freedesktop.org
The rest are additions to it, which are specific for the notification center.
timeout = 3 # this sets the timeout for the notification -> how long it stays
dnd_override = 2 # this is the minimum amount of urgency that a notification needs to be shown despite do not disturb
# note, values for dnd_override are: 0 for low, essentially disables dnd, 1 for normal, 2 for critical, any other value will block notifications no matter the urgency during dnd
Base gtk CSS can be used to theme OxiNoti, an example can be found in the repository.