feat: add bar_left and bar_right widget styles

This commit is contained in:
CJ van den Berg 2025-11-17 18:02:33 +01:00
parent 6e5e5315f5
commit c6e56abcb0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 20 additions and 0 deletions

View file

@ -43,6 +43,8 @@ widget_style: WidgetStyle = .compact,
palette_style: WidgetStyle = .bars_top_bottom,
panel_style: WidgetStyle = .compact,
home_style: WidgetStyle = .bars_top_bottom,
pane_left_style: WidgetStyle = .bar_right,
pane_right_style: WidgetStyle = .bar_left,
lsp_output: enum { quiet, verbose } = .quiet,
@ -78,11 +80,15 @@ pub const WidgetType = enum {
palette,
panel,
home,
pane_left,
pane_right,
};
pub const WidgetStyle = enum {
bars_top_bottom,
bars_left_right,
bar_left,
bar_right,
thick_boxed,
extra_thick_boxed,
dotted_boxed,