1
0
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:
bbedward
2025-09-24 18:06:46 -04:00
parent 9be7d44765
commit b893694977
14 changed files with 676 additions and 12 deletions

View File

@@ -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