feat: monocle layout support title tab

This commit is contained in:
DreamMaoMao 2026-06-17 10:22:37 +08:00
parent 5652066c68
commit 00d2d93e65
11 changed files with 736 additions and 128 deletions

View file

@ -14,6 +14,7 @@ Control the sizing of window borders and gaps.
| `gappiv` | `5` | Vertical inner gap. |
| `gappoh` | `10` | Horizontal outer gap (between windows and screen edges). |
| `gappov` | `10` | Vertical outer gap. |
| `tab_bar_height` | `50` | Height of the tab bar for monocle layout. |
## Colors
@ -55,14 +56,14 @@ You can also color-code windows based on their state:
### Overview Jump Mode
| Setting | Default | Description |
| :--- | :--- | :--- |
| `jump_hit_fg_color` | `0xc4939dff` | label text color. |
| `jump_hit_bg_color` | `0x201b14ff` | label background color.
| `jump_hit_border_color` | `0x8BAA9Bff` | label border color.
| `jump_hit_border_width` | `4` | label border width.
| `jump_hit_corner_radius` | `5` | label corner radius.
| `jump_hit_padding_x` | `10` | label horizontal padding.
| `jump_hit_padding_y` | `10` | label vertical padding.
| `jump_hit_font_desc` | `monospace Bold 24` | label font set.|
| `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.|
## Cursor Theme