summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-17 13:55:52 -0500
committerATMDA <atdma2600@gmail.com>2025-11-17 13:55:52 -0500
commitba094963bc62a50e41b444217535218b320b83d0 (patch)
tree51a6628e7645cd7736efd4e4447b7be5623d8b6b /modules
parentcontrolcenter: disable resize on floating window (diff)
downloadcaelestia-shell-ba094963bc62a50e41b444217535218b320b83d0.tar.gz
caelestia-shell-ba094963bc62a50e41b444217535218b320b83d0.tar.bz2
caelestia-shell-ba094963bc62a50e41b444217535218b320b83d0.zip
controlcenter: added slight background to expanded collapsiblesections on appearance
Diffstat (limited to 'modules')
-rw-r--r--modules/controlcenter/appearance/AppearancePane.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/controlcenter/appearance/AppearancePane.qml b/modules/controlcenter/appearance/AppearancePane.qml
index 71b4061..56332f1 100644
--- a/modules/controlcenter/appearance/AppearancePane.qml
+++ b/modules/controlcenter/appearance/AppearancePane.qml
@@ -179,6 +179,7 @@ RowLayout {
id: themeModeSection
title: qsTr("Theme mode")
description: qsTr("Light or dark theme")
+ showBackground: true
SwitchRow {
label: qsTr("Dark mode")
@@ -193,6 +194,7 @@ RowLayout {
id: colorVariantSection
title: qsTr("Color variant")
description: qsTr("Material theme variant")
+ showBackground: true
ColumnLayout {
Layout.fillWidth: true
@@ -274,6 +276,7 @@ RowLayout {
id: colorSchemeSection
title: qsTr("Color scheme")
description: qsTr("Available color schemes")
+ showBackground: true
ColumnLayout {
Layout.fillWidth: true
@@ -409,6 +412,7 @@ RowLayout {
CollapsibleSection {
id: animationsSection
title: qsTr("Animations")
+ showBackground: true
SectionContainer {
contentSpacing: Appearance.spacing.normal
@@ -513,11 +517,13 @@ RowLayout {
CollapsibleSection {
id: fontsSection
title: qsTr("Fonts")
+ showBackground: true
CollapsibleSection {
id: materialFontSection
title: qsTr("Material font family")
expanded: true
+ showBackground: true
Loader {
Layout.fillWidth: true
@@ -593,6 +599,7 @@ RowLayout {
id: monoFontSection
title: qsTr("Monospace font family")
expanded: false
+ showBackground: true
Loader {
Layout.fillWidth: true
@@ -668,6 +675,7 @@ RowLayout {
id: sansFontSection
title: qsTr("Sans-serif font family")
expanded: false
+ showBackground: true
Loader {
Layout.fillWidth: true
@@ -842,6 +850,7 @@ RowLayout {
CollapsibleSection {
id: scalesSection
title: qsTr("Scales")
+ showBackground: true
SectionContainer {
contentSpacing: Appearance.spacing.normal
@@ -1144,6 +1153,7 @@ RowLayout {
CollapsibleSection {
id: transparencySection
title: qsTr("Transparency")
+ showBackground: true
SwitchRow {
label: qsTr("Transparency enabled")
@@ -1356,6 +1366,7 @@ RowLayout {
CollapsibleSection {
id: borderSection
title: qsTr("Border")
+ showBackground: true
SectionContainer {
contentSpacing: Appearance.spacing.normal
@@ -1547,6 +1558,7 @@ RowLayout {
CollapsibleSection {
id: backgroundSection
title: qsTr("Background")
+ showBackground: true
SwitchRow {
label: qsTr("Desktop clock")