summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEzekiel Gonzales <141341590+notsoeazy@users.noreply.github.com>2026-01-17 22:19:53 +0800
committerGitHub <noreply@github.com>2026-01-18 01:19:53 +1100
commitfd1165f1530b55c0751f8af7475d0c588b11488c (patch)
treec62905f9ef4aab147be1768ae3f8f44c92e8bbe6 /README.md
parentlauncher: add Settings action to open controlCenter (#1088) (diff)
downloadcaelestia-shell-fd1165f1530b55c0751f8af7475d0c588b11488c.tar.gz
caelestia-shell-fd1165f1530b55c0751f8af7475d0c588b11488c.tar.bz2
caelestia-shell-fd1165f1530b55c0751f8af7475d0c588b11488c.zip
background: redesign desktop clock and allow positioning (#1092)
* background(desktop clock): Redesigned the Desktop Clock and allow positioning and scaling * desktopClock: initial fix for contrast and added debug tool * fix properties * fix BackgroundConfig.qml for desktopClock * removed debugging tool and applied maintainer suggestions * added invert colors, opacity, and fix positioning * added blur, fix layout, allow invert colors * added implicitWidth behavior and small change
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2230f76..82f4c73 100644
--- a/README.md
+++ b/README.md
@@ -303,7 +303,20 @@ default, you must create it manually.
},
"background": {
"desktopClock": {
- "enabled": false
+ "enabled": false,
+ "scale": 1.0,
+ "position": "bottom-right",
+ "shadow": {
+ "enabled": true,
+ "opacity": 0.7,
+ "blur": 0.4
+ },
+ "background": {
+ "enabled": false,
+ "opacity": 0.7,
+ "blur": true
+ },
+ "invertColors": false
},
"enabled": true,
"visualiser": {