feat(bar): add font size config opt

This commit is contained in:
LGUG2Z
2024-09-18 18:06:45 -07:00
parent 50b89cc1df
commit 14d2ebd756
4 changed files with 42 additions and 3 deletions
+2
View File
@@ -19,6 +19,8 @@ pub struct KomobarConfig {
pub monitor: MonitorConfig,
/// Font family
pub font_family: Option<String>,
/// Font size (default: 12.5)
pub font_size: Option<f32>,
/// Theme
pub theme: Option<KomobarTheme>,
/// Left side widgets (ordered left-to-right)