summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNoah Zepner <noah@zepner.dev>2025-08-07 04:32:37 +0200
committerGitHub <noreply@github.com>2025-08-07 12:32:37 +1000
commit5bcface15ad17cd352fb4c9b5b76ac6d6c7feb4d (patch)
tree171ef021e58b03044f7657d148736c26c7df932b /config
parentcontrolcenter/bt: better styling (diff)
downloadcaelestia-shell-5bcface15ad17cd352fb4c9b5b76ac6d6c7feb4d.tar.gz
caelestia-shell-5bcface15ad17cd352fb4c9b5b76ac6d6c7feb4d.tar.bz2
caelestia-shell-5bcface15ad17cd352fb4c9b5b76ac6d6c7feb4d.zip
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>
Diffstat (limited to 'config')
-rw-r--r--config/DashboardConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml
index b6388e5..26d2442 100644
--- a/config/DashboardConfig.qml
+++ b/config/DashboardConfig.qml
@@ -2,6 +2,7 @@ import Quickshell.Io
JsonObject {
property bool enabled: true
+ property bool showOnHover: true
property int mediaUpdateInterval: 500
property int visualiserBars: 45
property int dragThreshold: 50