mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-02 02:15:57 +01:00
25 lines
No EOL
437 B
Markdown
25 lines
No EOL
437 B
Markdown
# hyprbars
|
|
|
|
Adds simple title bars to windows.
|
|
|
|
## Config
|
|
|
|
All config options are in `plugin:hyprbars`:
|
|
|
|
```
|
|
plugin {
|
|
hyprbars {
|
|
// config
|
|
}
|
|
}
|
|
```
|
|
|
|
`bar_color` -> (col) bar's background color
|
|
|
|
`bar_height` -> (int) bar's height (default 15)
|
|
|
|
`bar_text_color` -> (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") |