summaryrefslogtreecommitdiff
path: root/config/BackgroundConfig.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-09 15:15:49 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:24:54 -0400
commit50bbd6f464fd32d3ce345681c6448ef963fb6e81 (patch)
treed29ac42d5faaf2c4beb3b8ef3f138729a09de7bf /config/BackgroundConfig.qml
parentonly show active workspaces, fix colors (diff)
downloadcaelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.gz
caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.bz2
caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.zip
remove more stuffff
Diffstat (limited to 'config/BackgroundConfig.qml')
-rw-r--r--config/BackgroundConfig.qml32
1 files changed, 0 insertions, 32 deletions
diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml
index 8383f52..9bcca87 100644
--- a/config/BackgroundConfig.qml
+++ b/config/BackgroundConfig.qml
@@ -2,36 +2,4 @@ import Quickshell.Io
JsonObject {
property bool enabled: true
- property bool wallpaperEnabled: true
- property DesktopClock desktopClock: DesktopClock {}
- property Visualiser visualiser: Visualiser {}
-
- component DesktopClock: JsonObject {
- property bool enabled: false
- property real scale: 1.0
- property string position: "bottom-right"
- property bool invertColors: false
- property DesktopClockBackground background: DesktopClockBackground {}
- property DesktopClockShadow shadow: DesktopClockShadow {}
- }
-
- component DesktopClockBackground: JsonObject {
- property bool enabled: false
- property real opacity: 0.7
- property bool blur: true
- }
-
- component DesktopClockShadow: JsonObject {
- property bool enabled: true
- property real opacity: 0.7
- property real blur: 0.4
- }
-
- component Visualiser: JsonObject {
- property bool enabled: false
- property bool autoHide: true
- property bool blur: false
- property real rounding: 1
- property real spacing: 1
- }
}