This commit is contained in:
soraefir
2026-06-13 19:21:33 +02:00
parent 6117dca845
commit aace131a0e
12 changed files with 374 additions and 244 deletions

View File

@@ -69,7 +69,7 @@
(box :orientation "v" :space-evenly false :class "sys-section"
(section-header :title "GPU" :accent "gpu-accent")
(box :orientation "h" :space-evenly true
; GFX outer: activity%, inner: clock% of range
; GFX - outer: activity%, inner: clock% of range
(box :orientation "v" :space-evenly false :halign "center"
(overlay
(circular-progress :width 68 :height 68
@@ -84,7 +84,7 @@
(box :halign "center" :valign "center"
(label :class "gpu-ring-value" :text "${round(gpu.gfx_pct, 0)}%")))
(label :class "gpu-ring-label" :text "GFX" :halign "center"))
; Memory outer: activity%, inner: memory clock% of range
; Memory - outer: activity%, inner: memory clock% of range
(box :orientation "v" :space-evenly false :halign "center"
(overlay
(circular-progress :width 68 :height 68
@@ -99,7 +99,7 @@
(box :halign "center" :valign "center"
(label :class "gpu-ring-value" :text "${round(gpu.mem_pct, 0)}%")))
(label :class "gpu-ring-label" :text "Mem" :halign "center"))
; Media outer: activity%, inner: video clock% of GPU clock max
; Media - outer: activity%, inner: video clock% of GPU clock max
(box :orientation "v" :space-evenly false :halign "center"
(overlay
(circular-progress :width 68 :height 68