1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

docs: add missing upower feature flag

This commit is contained in:
Jake Stanger 2023-05-01 13:30:57 +01:00
parent 610c3528af
commit ea9f7caaf7
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -68,6 +68,7 @@ cargo build --release --no-default-features \
| music+mpd | Enables the `music` module with MPD support. |
| sys_info | Enables the `sys_info` module. |
| tray | Enables the `tray` module. |
| upower | Enables the `upower` module. |
| workspaces+all | Enables the `workspaces` module with support for all compositors. |
| workspaces+sway | Enables the `workspaces` module with support for Sway. |
| workspaces+hyprland | Enables the `workspaces` module with support for Hyprland. |