plasma: Configure digital clock
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
b417a0e9a2
commit
6bd9d78caf
1 changed files with 6 additions and 3 deletions
|
@ -30,9 +30,12 @@
|
||||||
"org.kde.plasma.panelspacer"
|
"org.kde.plasma.panelspacer"
|
||||||
"org.kde.plasma.systemtray"
|
"org.kde.plasma.systemtray"
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.digitalclock";
|
digitalClock = {
|
||||||
config = {
|
date.enable = false;
|
||||||
Appearance.showSeconds = "always";
|
calendar.firstDayOfWeek = "sunday";
|
||||||
|
calendar.showWeekNumbers = true;
|
||||||
|
time.format = "24h";
|
||||||
|
time.showSeconds = "always";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue