noctalia-shell: Fix clocks

This commit is contained in:
SebastianStork 2026-03-05 22:58:49 +01:00
parent 6bbc771661
commit 6a3d7af09e
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -19,6 +19,7 @@
animationSpeed = 1.8;
enableShadows = false;
compactLockScreen = true;
clockStyle = "digital";
autoStartAuth = true;
allowPasswordWithFprintd = true;
showSessionButtonsOnLockScreen = false;
@ -53,7 +54,7 @@
left = lib.singleton {
id = "Clock";
formatHorizontal = "HH:mm ddd, d MMM";
tooltipFormat = "yyyy-MM-dd HH:mm";
tooltipFormat = "HH:mm yyyy-MM-dd";
};
center = lib.singleton {
id = "Workspace";