try with the standard notification applet

is one of the more complicated, this one
would have already complete support for jobs
and years of bugfixing
This commit is contained in:
Marco Martin 2015-09-25 12:20:56 +02:00
parent d85645581b
commit e5b479b3f9

View file

@ -14,9 +14,10 @@ for (var j = 0; j < desktopsArray.length; j++) {
desktopsArray[j].writeConfig("Image", "org.kde.plasma.phone.lockers");
}
desktopsForActivity(id)[0].addWidget("org.kde.phone.notifications");
desktopsForActivity(id)[0].addWidget("org.kde.plasma.analogclock");
var panel = new Panel("org.kde.phone.panel");
panel.addWidget("org.kde.plasma.notifications");
panel.addWidget("org.kde.plasma.networkmanagement");
panel.addWidget("org.kde.plasma.phone.battery");
panel.addWidget("org.kde.plasma.volume");