mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 02:31: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
|
@ -14,7 +14,7 @@ pub fn create_bar(app: &Application, monitor: &Monitor, monitor_name: &str, conf
|
|||
.orientation(Orientation::Horizontal)
|
||||
.spacing(0)
|
||||
.hexpand(false)
|
||||
.height_request(42)
|
||||
.height_request(config.height)
|
||||
.name("bar")
|
||||
.build();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue