mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Replace desktop battery with mobile battery
This commit is contained in:
parent
1c11efdb53
commit
b16b234493
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ desktopsForActivity(id)[0].addWidget("org.kde.phone.notifications");
|
|||
|
||||
var panel = new Panel("org.kde.phone.panel");
|
||||
panel.addWidget("org.kde.plasma.networkmanagement");
|
||||
panel.addWidget("org.kde.plasma.battery");
|
||||
panel.addWidget("org.kde.plasma.phone.battery");
|
||||
panel.height = 60;
|
||||
|
||||
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
||||
|
|
|
|||
Loading…
Reference in a new issue