added power, pixelbuds and gamemode support

This commit is contained in:
2026-03-13 16:53:31 +01:00
parent 65b67e89fd
commit e19fb69c72
6 changed files with 292 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ pub mod audio;
pub mod gpu;
pub mod sys;
pub mod bt;
pub mod buds;
pub mod power;
pub mod game;
use crate::config::Config;
use crate::output::WaybarOutput;