Skip to content
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

swaybar tray context menu is not shown #3939

Closed
oblique opened this issue Mar 19, 2019 · 2 comments
Closed

swaybar tray context menu is not shown #3939

oblique opened this issue Mar 19, 2019 · 2 comments

Comments

@oblique
Copy link

oblique commented Mar 19, 2019

I'm not sure if this is a configuration issue or just not implemented but when I right-click (or middle-click) on an icon in systray, the context menu is not shown.

My swaybar config:

bar {
    font Hermit 13
    position top
    status_command i3status

    colors {
        background #101010
        statusline #5f87d7
        separator  #404040

        focused_workspace   #a78edb #a78edb #000000
        active_workspace    #101010 #101010 #a78edb
        inactive_workspace  #101010 #101010 #606060
        urgent_workspace    #101010 #101010 #d81860
    }
}
@oblique
Copy link
Author

oblique commented Mar 19, 2019

logs: swaybar.log

@progandy
Copy link
Contributor

The icon probably uses dbusmenu, which is not implemented yet.

In the meantime you could try Waybar, but the menu will open somewhere in the middle of the screen.

More about the tray status in #3799

@ianyfan ianyfan closed this as completed May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants