From 88a3f09de553e11985f12ecaf40f334fad729ab9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:13:48 +1000 Subject: config: make appearance configurable --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5b43125..cb5fb45 100644 --- a/README.md +++ b/README.md @@ -147,10 +147,46 @@ git pull All configuration options are in `~/.config/caelestia/shell.json`. +> [!NOTE] +> The example configuration only includes recommended configuration options. For more advanced customisation +> such as modifying the size of individual items or changing constants in the code, there are some other +> options which can be found in the source files in the `config` directory. +
Example configuration ```json { + "appearance": { + "anim": { + "durations": { + "scale": 1 + } + }, + "font": { + "family": { + "material": "Material Symbols Rounded", + "mono": "JetBrains Mono NF", + "sans": "IBM Plex Sans" + }, + "size": { + "scale": 1 + } + }, + "padding": { + "scale": 1 + }, + "rounding": { + "scale": 1 + }, + "spacing": { + "scale": 1 + }, + "transparency": { + "enabled": false, + "base": 0.85, + "layers": 0.4 + } + }, "general": { "apps": { "terminal": ["foot"], -- cgit v1.2.3-freya