1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-10-18 09:51:54 +02:00

feat: implement upower module

This commit is contained in:
Chinmay Dalal 2023-03-19 02:16:49 +05:30 committed by Jake Stanger
commit ad3c171eca
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
9 changed files with 1130 additions and 450 deletions

View file

@ -19,6 +19,8 @@ pub mod script;
pub mod sysinfo;
#[cfg(feature = "tray")]
pub mod tray;
#[cfg(feature = "upower")]
pub mod upower;
#[cfg(feature = "workspaces")]
pub mod workspaces;