GPU plugin
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 18s
Python / test (pull_request) Successful in 29s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m8s

This commit is contained in:
2026-06-22 23:13:18 +02:00
parent 80d5f13663
commit a37f6075d1
8 changed files with 478 additions and 283 deletions
+4 -4
View File
@@ -24,8 +24,8 @@ Item {
service: Cpu
}
Ref {
service: SystemUsage
ServiceRef {
service: Gpu
}
ColumnLayout {
@@ -52,13 +52,13 @@ Item {
Resource {
fgColor: DynamicColors.palette.m3tertiary
icon: "gamepad"
value: SystemUsage.gpuPerc
value: Gpu.percentage
}
Resource {
fgColor: DynamicColors.palette.m3primary
icon: "host"
value: SystemUsage.gpuMemUsed
value: Gpu.memoryUsed / Gpu.memoryTotal
}
Resource {