dashboard on right, change trigger to clock
This commit is contained in:
@@ -11,7 +11,7 @@ Row {
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
padding: Appearance.padding.large
|
||||
spacing: Appearance.spacing.normal
|
||||
spacing: Appearance.spacing.large
|
||||
|
||||
Ref {
|
||||
service: SystemUsage
|
||||
@@ -29,6 +29,18 @@ Row {
|
||||
color: DynamicColors.palette.m3secondary
|
||||
}
|
||||
|
||||
Resource {
|
||||
icon: "gamepad"
|
||||
value: SystemUsage.gpuPerc
|
||||
color: DynamicColors.palette.m3primaryFixed
|
||||
}
|
||||
|
||||
Resource {
|
||||
icon: "host"
|
||||
value: SystemUsage.gpuMemUsed
|
||||
color: DynamicColors.palette.m3secondaryFixed
|
||||
}
|
||||
|
||||
Resource {
|
||||
icon: "hard_disk"
|
||||
value: SystemUsage.storagePerc
|
||||
|
||||
Reference in New Issue
Block a user