Sysmon script + renaming cards so its easier to know what they do

This commit is contained in:
quadbyte
2025-08-12 11:28:42 -04:00
parent eff47f504f
commit 904afa2537
5 changed files with 57 additions and 6 deletions
+4 -2
View File
@@ -110,7 +110,7 @@ NLoader {
}
// System monitors combined in one card
SystemCard {
SystemMonitorCard {
id: statsCard
}
}
@@ -122,8 +122,10 @@ NLoader {
Layout.bottomMargin: 0
spacing: sidePanel.cardSpacing
PowerProfileCard {}
// Power Profiles switcher
PowerProfilesCard {}
// Utilities buttons
UtilitiesCard {}
}
}