From fd1165f1530b55c0751f8af7475d0c588b11488c Mon Sep 17 00:00:00 2001 From: Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:19:53 +0800 Subject: 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 --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README.md') 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": { -- cgit v1.2.3-freya