Update
This commit is contained in:
parent
003407cfd1
commit
34ad61c36f
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue