From d0c0efb0ee85751830eb097580036adf22b3949a Mon Sep 17 00:00:00 2001 From: Damocles Date: Sat, 18 Apr 2026 01:17:38 +0200 Subject: [PATCH] increase lock screen clock size to fill more of screen height --- shell/lock/LockSurface.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/lock/LockSurface.qml b/shell/lock/LockSurface.qml index 56e35b5..df5204c 100644 --- a/shell/lock/LockSurface.qml +++ b/shell/lock/LockSurface.qml @@ -122,7 +122,7 @@ WlSessionLockSurface { id: _clockText text: Qt.formatTime(new Date(), "HH:mm") color: S.Theme.base05 - font.pixelSize: Math.max(48, root.height * 0.18) + font.pixelSize: Math.max(48, root.height * 0.28) font.family: S.Theme.fontFamily font.bold: true