dashboard on right, change trigger to clock

This commit is contained in:
Zacharias-Brohn
2026-02-14 12:22:10 +01:00
parent a645c28d4f
commit df1d877c8f
12 changed files with 99 additions and 87 deletions
+13 -1
View File
@@ -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