This commit is contained in:
Valeria Fadeeva 2024-10-23 18:54:56 +05:00
parent 003407cfd1
commit 34ad61c36f
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ panel_clock = panel.addWidget("org.kde.plasma.digitalclock");
panel_clock.currentConfigGroup = ["Appearance"]; panel_clock.currentConfigGroup = ["Appearance"];
panel_clock.writeConfig("fontSize", "12"); panel_clock.writeConfig("fontSize", "12");
panel_clock.writeConfig("autoFontAndSize", "true"); panel_clock.writeConfig("autoFontAndSize", "true");
panel_clock.writeConfig("showSeconds", "true"); panel_clock.writeConfig("showSeconds", "Always");
/*Notification*/ /*Notification*/
panel.addWidget("org.kde.plasma.notifications"); panel.addWidget("org.kde.plasma.notifications");