diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-19 15:03:22 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-19 15:03:22 +1000 |
| commit | df4b3b85a949c6aa1952963a7455f88578a080d5 (patch) | |
| tree | dea13f6d90e8ccefef03e9a4620d3708e3bcd3ee /config/DashboardConfig.qml | |
| parent | wallpapers: show subdirs in name (diff) | |
| download | caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.gz caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.bz2 caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.zip | |
internal: fix types for lsp
Diffstat (limited to 'config/DashboardConfig.qml')
| -rw-r--r-- | config/DashboardConfig.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 269d4b4..523d4b1 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -3,8 +3,9 @@ import Quickshell.Io JsonObject { property int mediaUpdateInterval: 500 property int visualiserBars: 45 + property Sizes sizes: Sizes {} - property JsonObject sizes: JsonObject { + component Sizes: JsonObject { readonly property int tabIndicatorHeight: 3 readonly property int tabIndicatorSpacing: 5 readonly property int infoWidth: 200 |