We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hyprbars file uses "plugin:hyprbars" syntax to add hyprbars configuration to the Hyprland configuration file:
nix-config/home/misterio/features/desktop/hyprland/hyprbars.nix
Line 15 in 4e01226
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
plugin:hyprbars
xwayland
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hyprbars file uses "plugin:hyprbars" syntax to add hyprbars configuration to the Hyprland configuration file:
nix-config/home/misterio/features/desktop/hyprland/hyprbars.nix
Line 15 in 4e01226
However, valid syntax is to use two nested sections, see https://github.com/hyprwm/hyprland-plugins/tree/main/hyprbars:
Using
plugin:hyprbars
syntax makes Hyprland incorrectly parse the section which may follow afterplugin:hyprbars
in the configuration file (in my casexwayland
), and skip the values defined there, because of this section parsing code:https://github.com/hyprwm/Hyprland/blob/ea7569d7e0941d19f5f469a5fbb79bc0fa62b935/src/config/ConfigManager.cpp#L1550
The text was updated successfully, but these errors were encountered: