feat: titlebar support click focus

This commit is contained in:
DreamMaoMao 2026-06-17 16:32:40 +08:00
parent 00d2d93e65
commit 4a526bf713
4 changed files with 46 additions and 16 deletions

View file

@ -57,13 +57,15 @@ You can also color-code windows based on their state:
| Setting | Default | Description |
| :--- | :--- | :--- |
| `text_decorate_fg_color` | `0xc4939dff` | label text color. |
| `text_decorate_bg_color` | `0x201b14ff` | label background color.
| `text_decorate_border_color` | `0x8BAA9Bff` | label border color.
| `text_decorate_border_width` | `4` | label border width.
| `text_decorate_corner_radius` | `5` | label corner radius.
| `text_decorate_padding_x` | `10` | label horizontal padding.
| `text_decorate_padding_y` | `10` | label vertical padding.
| `text_decorate_font_desc` | `monospace Bold 24` | label font set.|
| `text_decorate_bg_color` | `0x201b14ff` | label background color.|
| `text_decorate_focus_fg_color` | `0x201b14ff` | label text color for focus. |
| `text_decorate_focus_bg_color` | `0xc4939dff` | label background color for focus.|
| `text_decorate_border_color` | `0x8BAA9Bff` | label border color.|
| `text_decorate_border_width` | `4` | label border width.|
| `text_decorate_corner_radius` | `5` | label corner radius.|
| `text_decorate_padding_x` | `10` | label horizontal padding.|
| `text_decorate_padding_y` | `10` | label vertical padding.|
| `text_decorate_font_desc` | `monospace Bold 12` | label font set.|
## Cursor Theme