summaryrefslogtreecommitdiff
path: root/config/WInfoConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 15:03:22 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 15:03:22 +1000
commitdf4b3b85a949c6aa1952963a7455f88578a080d5 (patch)
treedea13f6d90e8ccefef03e9a4620d3708e3bcd3ee /config/WInfoConfig.qml
parentwallpapers: show subdirs in name (diff)
downloadcaelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.gz
caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.bz2
caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.zip
internal: fix types for lsp
Diffstat (limited to 'config/WInfoConfig.qml')
-rw-r--r--config/WInfoConfig.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/WInfoConfig.qml b/config/WInfoConfig.qml
index cd48a6b..5025780 100644
--- a/config/WInfoConfig.qml
+++ b/config/WInfoConfig.qml
@@ -1,7 +1,9 @@
import Quickshell.Io
JsonObject {
- property JsonObject sizes: JsonObject {
+ property Sizes sizes: Sizes {}
+
+ component Sizes: JsonObject {
property real heightMult: 0.7
property real detailsWidth: 500
}