mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-21 08:11:30 +02:00
feat(bar): add font size config opt
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
"description": "Font family",
|
||||
"type": "string"
|
||||
},
|
||||
"font_size": {
|
||||
"description": "Font size (default: 12.5)",
|
||||
"type": "number",
|
||||
"format": "float"
|
||||
},
|
||||
"frame": {
|
||||
"description": "Frame options (see: https://docs.rs/egui/latest/egui/containers/struct.Frame.html)",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user