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

build: add focused and launcher feature flags

This commit is contained in:
thmasq 2024-01-13 22:08:31 -03:00
parent e737177ab0
commit ddf91b18cc
10 changed files with 76 additions and 15 deletions

View file

@ -73,6 +73,8 @@ cargo build --release --no-default-features \
| **Modules** | |
| clipboard | Enables the `clipboard` module. |
| clock | Enables the `clock` module. |
| focused | Enables the `focused` module. |
| launcher | Enables the `launcher` module. |
| music+all | Enables the `music` module with support for all player types. |
| music+mpris | Enables the `music` module with MPRIS support. |
| music+mpd | Enables the `music` module with MPD support. |