Add osd.border.type and osd.border.bevel-width options

This commit is contained in:
Jack Zeal 2026-04-01 20:40:21 -07:00
parent 773996f1ee
commit 362c3e1b47
9 changed files with 35 additions and 10 deletions

View file

@ -169,6 +169,8 @@ struct theme {
float osd_bg_color[4];
float osd_border_color[4];
float osd_label_text_color[4];
enum border_type osd_border_type;
int osd_border_bevel_width;
struct window_switcher_classic_theme {
int width;