summaryrefslogtreecommitdiff
path: root/config/DContentConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
commitfb650907a0b18fab4f996c2fdc110d2d091e4060 (patch)
treeab2ec5bb7f17fc36ea9ccc12bad451c43a1b7f9c /config/DContentConfig.qml
parentinternal: position slider handle correctly (diff)
downloadcaelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.gz
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.bz2
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.zip
internal: rename dcontent -> controlcenter
Diffstat (limited to 'config/DContentConfig.qml')
-rw-r--r--config/DContentConfig.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/DContentConfig.qml b/config/DContentConfig.qml
deleted file mode 100644
index 13afbd2..0000000
--- a/config/DContentConfig.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import Quickshell.Io
-
-JsonObject {
- property Sizes sizes: Sizes {}
-
- component Sizes: JsonObject {
- property real heightMult: 0.7
- property real ratio: 16 / 9
- property real expandedNavWidth: 180
- }
-}