-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hyprbars file uses "plugin:hyprbars" syntax to add hyprbars configuration to the Hyprland configuration file:
| "plugin:hyprbars" = { |
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels