Digital clock show seconds true -> "always"

This commit is contained in:
Evie Litherland-Smith 2024-08-07 13:19:55 +01:00
parent 863843909c
commit 9e1b8af269

View file

@ -110,7 +110,7 @@
}; };
time = { time = {
format = "24h"; format = "24h";
showSeconds = true; showSeconds = "always";
}; };
calendar.showWeekNumbers = true; calendar.showWeekNumbers = true;
}; };