mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 02:31:04 +02:00
feat: implement upower module
This commit is contained in:
parent
1e1d65ae49
commit
ad3c171eca
9 changed files with 1130 additions and 450 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