Digital clock show seconds true -> "always"
This commit is contained in:
parent
863843909c
commit
9e1b8af269
|
@ -110,7 +110,7 @@
|
||||||
};
|
};
|
||||||
time = {
|
time = {
|
||||||
format = "24h";
|
format = "24h";
|
||||||
showSeconds = true;
|
showSeconds = "always";
|
||||||
};
|
};
|
||||||
calendar.showWeekNumbers = true;
|
calendar.showWeekNumbers = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue