mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 19:21:03 +02:00
feat: implement upower module
This commit is contained in:
parent
1e1d65ae49
commit
ad3c171eca
9 changed files with 1130 additions and 450 deletions
|
@ -6,4 +6,6 @@ pub mod compositor;
|
|||
pub mod music;
|
||||
#[cfg(feature = "tray")]
|
||||
pub mod system_tray;
|
||||
#[cfg(feature = "upower")]
|
||||
pub mod upower;
|
||||
pub mod wayland;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue