plasma: Configure digital clock

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-03 01:37:36 +03:00
parent b417a0e9a2
commit 6bd9d78caf
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -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";
}; };
} }
]; ];