Labwc menu on Waybar
Is it possible to directly call the Labwc menu from the Waybar?
You could do it with a custom module I think
You could do it with a custom module I think
Custom module leaves menu action stuck in waybar
Shortcut key to call labwc.
"custom/menu": {
"format": " ",
"on-click": "wtype -M logo -k Space",
"tooltip": false
},
Result:
https://github.com/user-attachments/assets/2a7d0d2d-b148-41f5-a66f-ab29fa51070f
I think you need to make a condition that checks the menu is already running and close it when you click on the module, if not then open it.
You can write it as a bash script and then run it from the module
I think you need to make a condition that checks the menu is already running and close it when you click on the module, if not then open it.
The -P option does not work
$ wtype -M logo -k Space -P logo Unknown key 'logo'