shift-shell/shell/contents/layout.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
609 B
JavaScript
Raw Normal View History

var desktopsArray = desktopsForActivity(currentActivity());
for (var j = 0; j < desktopsArray.length; j++) {
desktopsArray[j].wallpaperPlugin = "org.kde.image";
}
2020-02-05 19:25:52 +00:00
desktopsArray[0].addWidget("org.kde.phone.krunner", 0, 0, screenGeometry(0).width, 20)
// keep this list in sync with shell/contents/updates/panelsfix.js
var panel = new Panel("org.kde.phone.panel");
panel.location = "top";
2019-10-22 10:56:36 +00:00
panel.addWidget("org.kde.plasma.notifications");
panel.addWidget("org.kde.plasma.mediacontroller");
2019-02-07 11:38:11 +00:00
panel.height = 1 * gridUnit;
var bottomPanel = new Panel("org.kde.phone.taskpanel")
bottomPanel.location = "bottom";