mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 14:05:38 -05:00
Code cleanups and some keyboard navigation on AppLauncher
This commit is contained in:
@@ -68,17 +68,6 @@ PanelWindow {
|
||||
property int count: 0
|
||||
}
|
||||
|
||||
// Battery widget and other widgets are imported from their original locations
|
||||
// These will be handled by the parent shell
|
||||
property alias batteryWidget: batteryWidgetProxy
|
||||
property alias cpuMonitorWidget: cpuMonitorWidgetProxy
|
||||
property alias ramMonitorWidget: ramMonitorWidgetProxy
|
||||
property alias powerButton: powerButtonProxy
|
||||
|
||||
QtObject { id: batteryWidgetProxy }
|
||||
QtObject { id: cpuMonitorWidgetProxy }
|
||||
QtObject { id: ramMonitorWidgetProxy }
|
||||
QtObject { id: powerButtonProxy }
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
|
||||
Reference in New Issue
Block a user