mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
Add disk usage component for TopBar and ControlCenter
This commit is contained in:
@@ -483,6 +483,7 @@ PanelWindow {
|
||||
"clipboard": clipboardComponent,
|
||||
"cpuUsage": cpuUsageComponent,
|
||||
"memUsage": memUsageComponent,
|
||||
"diskUsage": diskUsageComponent,
|
||||
"cpuTemp": cpuTempComponent,
|
||||
"gpuTemp": gpuTempComponent,
|
||||
"notificationButton": notificationButtonComponent,
|
||||
@@ -1003,6 +1004,15 @@ PanelWindow {
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: diskUsageComponent
|
||||
|
||||
DiskUsage {
|
||||
widgetHeight: root.widgetHeight
|
||||
widgetData: parent.widgetData
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: cpuTempComponent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user