From 5bcface15ad17cd352fb4c9b5b76ac6d6c7feb4d Mon Sep 17 00:00:00 2001 From: Noah Zepner Date: Thu, 7 Aug 2025 04:32:37 +0200 Subject: dashboard: showOnHover config option (#361) * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fed74e8..5b43125 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,10 @@ All configuration options are in `~/.config/caelestia/shell.json`. "thickness": 10 }, "dashboard": { + "enabled": true, + "dragThreshold": 50, "mediaUpdateInterval": 500, + "showOnHover": true, "visualiserBars": 45 }, "launcher": { -- cgit v1.2.3-freya