Compare commits

..

2 commits

Author SHA1 Message Date
6a3d7af09e
noctalia-shell: Fix clocks 2026-03-05 22:58:49 +01:00
6bbc771661
update: Run on saturdays, not fridays 2026-03-05 22:58:29 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: "Update"
on:
schedule:
- cron: "0 4 * * 2,5" # Tue, Fri at 04:00 UTC
- cron: "0 4 * * 2,6" # Tue, Sat at 04:00 UTC
workflow_dispatch:
jobs:
update:

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";