implemented signal based daemon and dbus events + mpris/dnd/keyboard module

This commit is contained in:
2026-04-03 15:00:58 +02:00
parent d28e51de6d
commit 16d12e6dce
19 changed files with 2379 additions and 336 deletions
+4
View File
@@ -1,12 +1,16 @@
pub mod audio;
pub mod backlight;
pub mod bt;
pub mod btrfs;
pub mod cpu;
pub mod disk;
pub mod dnd;
pub mod game;
pub mod gpu;
pub mod hardware;
pub mod keyboard;
pub mod memory;
pub mod mpris;
pub mod network;
pub mod power;
pub mod sys;