diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-25 20:13:55 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-25 20:13:55 +1000 |
| commit | 783057ab0d694de7f3d79e96851bcdcfe1965cbd (patch) | |
| tree | b70d2dc09e816ab6a4f3e6bf1b1fca148f258eed /config/DashboardConfig.qml | |
| parent | readme: fix confusing config statement (diff) | |
| download | caelestia-shell-783057ab0d694de7f3d79e96851bcdcfe1965cbd.tar.gz caelestia-shell-783057ab0d694de7f3d79e96851bcdcfe1965cbd.tar.bz2 caelestia-shell-783057ab0d694de7f3d79e96851bcdcfe1965cbd.zip | |
background: add visualiser
Also dashboard.visualiserBars -> services.visualiserBars
Diffstat (limited to 'config/DashboardConfig.qml')
| -rw-r--r-- | config/DashboardConfig.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 26d2442..030292b 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -4,7 +4,6 @@ JsonObject { property bool enabled: true property bool showOnHover: true property int mediaUpdateInterval: 500 - property int visualiserBars: 45 property int dragThreshold: 50 property Sizes sizes: Sizes {} |