-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Tray D-Bus Menu #8698
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
base: master
Are you sure you want to change the base?
Tray D-Bus Menu #8698
Conversation
The header is not installed by wlroots when the DRM backend is disabled. We don't need it here, so don't include it. Closes: swaywm#7943 (cherry picked from commit ca40663)
Co-authored-by: Ian Fan <[email protected]> Co-authored-by: Nathan Schulte <[email protected]> Signed-off-by: Felix Weilbach <[email protected]>
- Rebased against master - Made sure only the tray dbus menu patches are in
Co-authored-by: Demi Marie Obenour <[email protected]>
This'd be neat to get merged, it'd be so cool to be able to easily switch wifi networks using mm-applet. :D |
I've been using this (in its various iterations) for years now. |
Neat! Then it seems to work. Have the sway devs ever said anything about this MR and/or the predecessors..? Wondering why not much seems to have happened over the years, even though the patch does not even seem that big. |
This might be useful here: I'm currently working on a new widget library and as an example I implemented a swaybar with full tray dbusmenu support: https://github.com/pd2s/sw/tree/master/examples/sw_swaybar |
This is just a rebase, along the lines of existing PRs (#6249, #8405)
I rebased #8405, then cherry-picked a PR grazzolini#1 from @grazzolini's own fork.
I tested locally and it seems to be working fine, at least with nm-applet and keepassxc.
Disclaimer: this is just a rebase, I know nothing about C so I won't be able to progress much further than this unfortunately.