mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
feat: rename sway_mode to bindmode and add Hyprland support
Signed-off-by: Rodrigodd <rodrigobatsmoraes@hotmail.com>
This commit is contained in:
parent
1e501d99d2
commit
5a5b110c7a
12 changed files with 206 additions and 76 deletions
|
@ -19,6 +19,7 @@ default = [
|
|||
"focused",
|
||||
"http",
|
||||
"ipc",
|
||||
"bindmode+all",
|
||||
"keyboard+all",
|
||||
"launcher",
|
||||
"label",
|
||||
|
@ -38,6 +39,11 @@ ipc = ["dep:serde_json", "dep:clap"]
|
|||
|
||||
http = ["dep:reqwest"]
|
||||
|
||||
bindmode = []
|
||||
"bindmode+all" = ["bindmode+sway", "bindmode+hyprland"]
|
||||
"bindmode+sway" = ["bindmode", "sway"]
|
||||
"bindmode+hyprland" = ["bindmode", "hyprland"]
|
||||
|
||||
"config+all" = [
|
||||
"config+json",
|
||||
"config+yaml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue