mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
feat: config option for bar height
This commit is contained in:
parent
dc14cb003f
commit
2e0f033bed
3 changed files with 8 additions and 1 deletions
|
@ -73,6 +73,7 @@ The monitor's config object takes any combination of `left`, `center`, and `righ
|
|||
| Name | Type | Default | Description |
|
||||
|------------|-------------------|---------|-----------------------------------------------------------------------------|
|
||||
| `position` | `top` or `bottom` | `[]` | The bar's position on screen. |
|
||||
| `height` | `integer` | `42` | The bar's height in pixels. |
|
||||
| `left` | `Module[]` | `[]` | Array of left modules. |
|
||||
| `center` | `Module[]` | `[]` | Array of center modules. |
|
||||
| `right` | `Module[]` | `[]` | Array of right modules. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue