From 4cd554d19154a6c931d68e955751f9a66b60d9f2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 20 Jul 2025 16:43:47 +1000 Subject: config: allow disabling background Closes #208 --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7d266eb..f2a0ff5 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,9 @@ All configuration options are in `~/.config/caelestia/shell.json`. ```json { + "background": { + "enabled": true + }, "bar": { "dragThreshold": 20, "persistent": true, -- cgit v1.2.3-freya