Go to file
Fabio Lenherr / DashieTM 11bbcaac18 chore: Add CI/CD 2023-09-23 16:40:13 +02:00
.github/workflows chore: Add CI/CD 2023-09-23 16:40:13 +02:00
src feat: Add 500x500 preview of pictures 2023-09-01 12:41:46 +02:00
.gitignore initial commit 2023-08-13 17:45:38 +02:00
Cargo.lock fix: Actually close oxidash on relaunch 2023-08-24 22:23:12 +02:00
Cargo.toml doc: Update Cargo.toml 2023-09-14 22:27:33 +02:00
LICENSE Initial commit 2023-08-13 17:45:00 +02:00
README.md doc: Update Readme 2023-08-20 00:03:38 +02:00
build.rs initial commit 2023-08-13 17:45:38 +02:00
style.css feat: Add 500x500 preview of pictures 2023-09-01 12:41:46 +02:00

README.md

OxiDash

A small notification dashboard made with rust and gtk-rs.
Styling can be done with a css file.
See style.css for all possible IDs to override.

Notes

  • You need gtk4-layer-shell installed as well as a notification server implementing the following dbus commands:
    RemoveAllNotifications, DoNotDisturb, RemoveNotification, GetAllNotifications, ToggleNotificationCenter
    In other words you can use OxiNoti
  • This is WIP.
  • not much configurability yet