From 3c5846407422613d5a9987c0acf4549e46f2d3c9 Mon Sep 17 00:00:00 2001 From: Damocles Date: Mon, 13 Apr 2026 16:28:30 +0200 Subject: [PATCH] docs: groupSpacing in theme table, replace barSpacing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a32a208..daf498a 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Full list of theme keys and their defaults: | `barHeight` | `32` | Bar height (px) | | `barOpacity` | `0.9` | Bar and flyout background opacity | | `barPadding` | `8` | Left/right bar content margin (px) | -| `barSpacing` | `12` | Gap between modules (px) | +| `groupSpacing` | `6` | Gap between groups and gradient border (px) | | `moduleSpacing` | `4` | Icon-to-label gap within a module (px) | | `radius` | `4` | Corner radius for flyouts and menus (px) | | `screenRadius` | `15` | Screen corner rounding, 0 to disable (px) |