1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

fix: use correct icon on CPU temp on bar (#327)

This commit is contained in:
Bruno Cesar Rocha
2025-10-06 14:05:44 +01:00
committed by GitHub
parent 2df9437b39
commit 5140cd9d7f

View File

@@ -65,7 +65,7 @@ Rectangle {
spacing: 1
DankIcon {
name: "memory"
name: "device_thermostat"
size: Theme.iconSize - 8
color: {
if (DgopService.cpuTemperature > 85) {
@@ -103,7 +103,7 @@ Rectangle {
spacing: 3
DankIcon {
name: "memory"
name: "device_thermostat"
size: Theme.iconSize - 8
color: {
if (DgopService.cpuTemperature > 85) {