mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
feat: add menu
module
Adds a new Menu module which allows users to create XDG or custom menus that open after clicking on a button. Resolves #534 Co-authored-by: Jake Stanger <mail@jstanger.dev>
This commit is contained in:
parent
e99a04923d
commit
96e10fe139
14 changed files with 1419 additions and 6 deletions
|
@ -23,6 +23,7 @@ default = [
|
|||
"keyboard+all",
|
||||
"launcher",
|
||||
"label",
|
||||
"menu",
|
||||
"music+all",
|
||||
"network_manager",
|
||||
"notifications",
|
||||
|
@ -76,6 +77,8 @@ label = []
|
|||
|
||||
launcher = []
|
||||
|
||||
menu = []
|
||||
|
||||
music = ["dep:regex"]
|
||||
"music+all" = ["music", "music+mpris", "music+mpd"]
|
||||
"music+mpris" = ["music", "mpris"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue