1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-09 06:55:37 -05:00

Add CPU & RAM monitor widgets

This commit is contained in:
purian23
2025-07-11 14:28:28 -04:00
parent b4f73ceb7b
commit 95dcb25f97
8 changed files with 506 additions and 2 deletions

View File

@@ -621,6 +621,15 @@ PanelWindow {
}
}
}
// System Monitor Widgets
CpuMonitorWidget {
anchors.verticalCenter: parent.verticalCenter
}
RamMonitorWidget {
anchors.verticalCenter: parent.verticalCenter
}
// Color Picker Button
// Rectangle {