mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
d85645581b
commit
e5b479b3f9
1 changed files with 2 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue