Skip to content

Labwc menu on Waybar #4120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tuxslack opened this issue May 16, 2025 · 4 comments
Open

Labwc menu on Waybar #4120

tuxslack opened this issue May 16, 2025 · 4 comments

Comments

@tuxslack
Copy link

Is it possible to directly call the Labwc menu from the Waybar?

@JassonCordones
Copy link

You could do it with a custom module I think

@tuxslack
Copy link
Author

tuxslack commented May 20, 2025

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:

sem.titulo.mp4

@JassonCordones
Copy link

JassonCordones commented May 20, 2025

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

@tuxslack
Copy link
Author

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants