gpu module: use inherited accent color instead of load-dependent color
This commit is contained in:
parent
50f04372b1
commit
4c3f4a1691
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue