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:
committed by
GitHub
parent
2df9437b39
commit
5140cd9d7f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user