mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
new defaults: networkman and battery in panel
This commit is contained in:
parent
ffc2c51b19
commit
504d1a8ae4
2 changed files with 6 additions and 1 deletions
|
|
@ -135,6 +135,10 @@ Window {
|
|||
MouseArea {
|
||||
z: -1
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
mouseArea.state = "closed";
|
||||
window.visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
states: [
|
||||
|
|
|
|||
|
|
@ -17,5 +17,6 @@ for (var j = 0; j < desktopsArray.length; j++) {
|
|||
desktopsForActivity(id)[0].addWidget("org.kde.phone.notifications");
|
||||
|
||||
var panel = new Panel("org.kde.phone.panel");
|
||||
panel.addWidget("org.kde.phone.quicksettings");
|
||||
panel.addWidget("org.kde.plasma.networkmanagement");
|
||||
panel.addWidget("org.kde.plasma.battery");
|
||||
panel.height = 60;
|
||||
|
|
|
|||
Loading…
Reference in a new issue