Plasma enable date for digital clock again
This commit is contained in:
parent
5711419229
commit
9022cf2614
|
@ -107,7 +107,11 @@
|
|||
}
|
||||
{
|
||||
digitalClock = {
|
||||
date.enable = false;
|
||||
date = {
|
||||
enable = true;
|
||||
format = "isoDate";
|
||||
position = "besideTime";
|
||||
};
|
||||
time = {
|
||||
format = "24h";
|
||||
showSeconds = "onlyInTooltip";
|
||||
|
|
Reference in a new issue