feat(stackbar): allow custom font family and size config

This commit introduces two new static configuration options under stackbar.tabs, font_size and
font_family.

re #909 #885
This commit is contained in:
LGUG2Z
2024-07-10 10:19:14 -07:00
parent 6eb6129618
commit 9fb6f8ebcd
6 changed files with 60 additions and 3 deletions

View File

@@ -153,6 +153,8 @@ pub enum SocketMessage {
StackbarBackgroundColour(u32, u32, u32),
StackbarHeight(i32),
StackbarTabWidth(i32),
StackbarFontSize(i32),
StackbarFontFamily(Option<String>),
WorkAreaOffset(Rect),
MonitorWorkAreaOffset(usize, Rect),
ResizeDelta(i32),