mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-12-25 09:20:03 +01:00
| .. | ||
| barDeco.cpp | ||
| barDeco.hpp | ||
| default.nix | ||
| globals.hpp | ||
| main.cpp | ||
| Makefile | ||
| meson.build | ||
| README.md | ||
hyprbars
Adds simple title bars to windows.
Config
All config options are in plugin:hyprbars:
plugin {
hyprbars {
# config
buttons {
# button config
}
}
}
bar_color -> (col) bar's background color
bar_height -> (int) bar's height (default 15)
col.text -> (col) bar's title text color
bar_text_size -> (int) bar's title text font size (default 10)
bar_text_font -> (str) bar's title text font (default "Sans")
Buttons Config
button_size -> (int) the size of the buttons.
col.maximize -> (col) maximize button color
col.close -> (col) close button color
