Merge pull request #83 from p00f/upower-string

implement upower module
This commit is contained in:
Jake Stanger
2023-04-30 00:26:34 +01:00
committed by GitHub
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;