From 4c3f4a169110ade9904c86019d1a68a71c06e44d Mon Sep 17 00:00:00 2001 From: Damocles Date: Wed, 22 Apr 2026 20:06:06 +0200 Subject: [PATCH] gpu module: use inherited accent color instead of load-dependent color --- shell/modules/GpuModule.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/modules/GpuModule.qml b/shell/modules/GpuModule.qml index 57f854d..50bba76 100644 --- a/shell/modules/GpuModule.qml +++ b/shell/modules/GpuModule.qml @@ -40,7 +40,6 @@ M.BarSection { M.BarIcon { icon: "\uDB84\uDCB0" - color: root._loadColor(S.SystemStats.gpuUsage) anchors.verticalCenter: parent.verticalCenter TapHandler { onTapped: root._pinned = !root._pinned @@ -49,7 +48,6 @@ M.BarSection { M.BarLabel { label: S.SystemStats.gpuUsage + "%" minText: "100%" - color: root._loadColor(S.SystemStats.gpuUsage) anchors.verticalCenter: parent.verticalCenter TapHandler { onTapped: root._pinned = !root._pinned