2023-02-28 21:30:51 +01:00
|
|
|
# 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
|
2023-02-28 21:31:28 +01:00
|
|
|
|
2023-02-28 21:30:51 +01:00
|
|
|
`bar_height` -> (int) bar's height (default 15)
|
2023-02-28 21:31:28 +01:00
|
|
|
|
2023-02-28 21:30:51 +01:00
|
|
|
`bar_text_color` -> (col) bar's title text color
|
2023-02-28 21:31:28 +01:00
|
|
|
|
2023-02-28 21:30:51 +01:00
|
|
|
`bar_text_size` -> (int) bar's title text font size (default 10)
|
2023-02-28 21:31:28 +01:00
|
|
|
|
2023-02-28 21:30:51 +01:00
|
|
|
`bar_text_font` -> (str) bar's title text font (default "Sans")
|