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

Invalid Hyprland configuration generated with hyprbars #28

Open
madprogrammer opened this issue Dec 14, 2023 · 0 comments
Open

Invalid Hyprland configuration generated with hyprbars #28

madprogrammer opened this issue Dec 14, 2023 · 0 comments

Comments

@madprogrammer
Copy link

Hyprbars file uses "plugin:hyprbars" syntax to add hyprbars configuration to the Hyprland configuration file:

However, valid syntax is to use two nested sections, see https://github.com/hyprwm/hyprland-plugins/tree/main/hyprbars:

plugin {
  hyprbars {
    ...
  }
}

Using plugin:hyprbars syntax makes Hyprland incorrectly parse the section which may follow after plugin:hyprbars in the configuration file (in my case xwayland), and skip the values defined there, because of this section parsing code:
https://github.com/hyprwm/Hyprland/blob/ea7569d7e0941d19f5f469a5fbb79bc0fa62b935/src/config/ConfigManager.cpp#L1550

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

1 participant