Sysmon script + renaming cards so its easier to know what they do
This commit is contained in:
parent
eff47f504f
commit
904afa2537
5 changed files with 57 additions and 6 deletions
|
|
@ -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 {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue