diff options
| author | Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> | 2026-01-17 22:19:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-18 01:19:53 +1100 |
| commit | fd1165f1530b55c0751f8af7475d0c588b11488c (patch) | |
| tree | c62905f9ef4aab147be1768ae3f8f44c92e8bbe6 /README.md | |
| parent | launcher: add Settings action to open controlCenter (#1088) (diff) | |
| download | caelestia-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.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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": { |