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

alt toggling by click doesn't work when module is in group #3073

Open
vafu opened this issue Mar 24, 2024 · 2 comments
Open

alt toggling by click doesn't work when module is in group #3073

vafu opened this issue Mar 24, 2024 · 2 comments

Comments

@vafu
Copy link

vafu commented Mar 24, 2024

I have a following config (simplified):

...
    "modules-right": ["group/status"],
    "group/status": {
        "orientation":"inherit",
        "modules": [
            "sway/language",
            "power-profiles-daemon",
            "pulseaudio",
            "network",
            "battery",
            "clock"
        ],
    },
    "clock": {
        "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
        "format-alt": "{:%Y-%m-%d}"
    },
...

modules added to the group don't switch to format-alt when clicking on them. on-click does work (for example for power-profiles-daemon, pulseaudio and sway/language).

weirdly, if I'll add a module twice, both in and out of the group, both modules format-alt start to work just fine.

waybar version 0.10.0-2

@ordy
Copy link
Contributor

ordy commented Mar 24, 2024

Already reported in #2685 and fixed in my pending PR waiting approval #3068

@ordy
Copy link
Contributor

ordy commented Apr 1, 2024

@vafu PR has been merged. You can give it a try but it should be fixed now.

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

No branches or pull requests

2 participants