hyprbars buttons not showing on Hyprland 0.55 — onNewButton handler never called
Hyprland 0.55.0, hyprbars plugin installed via hyprpm from hyprland-plugins repo. The title bars render correctly, but the
buttons never appear.
Debugging so far:
- Plugin loads fine, bars are visible
- Config values (bar_height, icon_on_hover, etc.) are accessible via hyprctl getoption
- Added file-based logging to onNewButton() handler — it's never called
- renderBarButtons shows totalButtons=0 in the global state
- The addConfigKeyword call that registers plugin:hyprbars:hyprbars-button uses the deprecated API (no V2 replacement
exists)
Config:
plugin:hyprbars {
hyprbars-button = rgba(ff5555ff), 15, X, hyprctl dispatch killactive
}
Has anyone else hit this on 0.55? Is addConfigKeyword silently broken for plugin-scoped keywords?