mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 19:21:03 +02:00
build: add focused
and launcher
feature flags
This commit is contained in:
parent
e737177ab0
commit
ddf91b18cc
10 changed files with 76 additions and 15 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -11,11 +11,13 @@ keywords = ["gtk", "bar", "wayland", "wlroots", "gtk-layer-shell"]
|
|||
[features]
|
||||
default = [
|
||||
"cli",
|
||||
"ipc",
|
||||
"http",
|
||||
"config+all",
|
||||
"clipboard",
|
||||
"clock",
|
||||
"config+all",
|
||||
"focused",
|
||||
"http",
|
||||
"ipc",
|
||||
"launcher",
|
||||
"music+all",
|
||||
"sys_info",
|
||||
"tray",
|
||||
|
@ -45,6 +47,10 @@ clipboard = ["nix"]
|
|||
|
||||
clock = ["chrono"]
|
||||
|
||||
focused = []
|
||||
|
||||
launcher = []
|
||||
|
||||
music = ["regex"]
|
||||
"music+all" = ["music", "music+mpris", "music+mpd"]
|
||||
"music+mpris" = ["music", "mpris"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue