mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2026-03-28 10:31:42 +01:00
feat: implement upower module
This commit is contained in:
parent
1e1d65ae49
commit
ad3c171eca
9 changed files with 1121 additions and 441 deletions
|
|
@ -223,6 +223,8 @@ fn add_modules(
|
|||
ModuleConfig::SysInfo(mut module) => add_module!(module, id),
|
||||
#[cfg(feature = "tray")]
|
||||
ModuleConfig::Tray(mut module) => add_module!(module, id),
|
||||
#[cfg(feature = "upower")]
|
||||
ModuleConfig::Upower(mut module) => add_module!(module, id),
|
||||
#[cfg(feature = "workspaces")]
|
||||
ModuleConfig::Workspaces(mut module) => add_module!(module, id),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue