diff options
| author | Fuwn <[email protected]> | 2026-01-20 05:22:44 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-20 05:22:44 -0800 |
| commit | 7e54b79de14a840f252d87b038ecda6c08b7625b (patch) | |
| tree | cf65b7c5d07c71676907eb0100de2f638634589f /config.example.yaml | |
| parent | fix: Allow non-HTTP URL schemes in monitor links (diff) | |
| download | kaze-7e54b79de14a840f252d87b038ecda6c08b7625b.tar.xz kaze-7e54b79de14a840f252d87b038ecda6c08b7625b.zip | |
feat: Add configurable UI scale option
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index 5ceba5f..bc6a772 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -48,6 +48,10 @@ display: # "UTC" - Use UTC timezone # "America/New_York" - Use specific IANA timezone (e.g., "Europe/London", "Asia/Tokyo") timezone: "Browser" + + # UI scale factor (0.5 to 2.0, default: 1.0) + # Adjusts the overall size of text and spacing + # scale: 1.0 # Monitor groups groups: |