add slide-in applet dock with collapsible cards, edge trigger, and bar module toggle
This commit is contained in:
parent
6fd36c812f
commit
c22eb51dcd
14 changed files with 689 additions and 14 deletions
|
|
@ -216,10 +216,13 @@ PanelWindow {
|
|||
}
|
||||
}
|
||||
|
||||
// Power
|
||||
// Power + Dock
|
||||
M.BarGroup {
|
||||
rightEdge: true
|
||||
M.BatteryModule {}
|
||||
M.DockModule {
|
||||
visible: S.Modules.dock.enable
|
||||
}
|
||||
M.PowerModule {
|
||||
visible: S.Modules.power.enable
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue