-
Notifications
You must be signed in to change notification settings - Fork 53
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
AppIndicator port of blueberry-tray.py #120
Comments
I applied the patch and it works well. Thank you! No problems so far. |
The nm-applet normally working with systray when loaded as |
I can confirm that the patch works for me on Sway. Thanks! |
Just a little contribution: This expression derives the nixpkgs blueberry using this patch: pkgs.blueberry.overrideAttrs (old: {
patches = (old.patches or []) ++ [ ./blueberry-tray-fix.patch ];
buildInputs = old.buildInputs ++ [ pkgs.libappindicator-gtk3 ];
}) It works but doesn't show any icon by default, this appears in the logs just after blueberry is started.
Everything else works fine. I am running Hyprland on NixOS. Edit 1: Thank you for the patch <3 |
linuxmint/blueberry#120 saved the day Signed-off-by: lucasew <[email protected]>
For those like me running Wayland based DE, here is a patch of blueberry-tray.py to use libappindicator instead of xapp
If someone is willing to do some additional testing it might be worth getting merged.
The text was updated successfully, but these errors were encountered: