Plasma enable date for digital clock again

This commit is contained in:
Evie Litherland-Smith 2024-06-25 10:41:21 +01:00
parent 5711419229
commit 9022cf2614

View file

@ -107,7 +107,11 @@
} }
{ {
digitalClock = { digitalClock = {
date.enable = false; date = {
enable = true;
format = "isoDate";
position = "besideTime";
};
time = { time = {
format = "24h"; format = "24h";
showSeconds = "onlyInTooltip"; showSeconds = "onlyInTooltip";