Icon: different memory usage icon (cpu)

This commit is contained in:
LemmyCook 2025-09-09 08:06:14 -04:00
parent b422a419cd
commit f7b0a28b1e
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ RowLayout {
spacing: Style.marginXS * scaling spacing: Style.marginXS * scaling
NIcon { NIcon {
icon: "memory" icon: "cpu"
font.pointSize: Style.fontSizeM * scaling font.pointSize: Style.fontSizeM * scaling
Layout.alignment: Qt.AlignVCenter Layout.alignment: Qt.AlignVCenter
} }

View file

@ -41,7 +41,7 @@ NBox {
} }
NCircleStat { NCircleStat {
value: SystemStatService.memPercent value: SystemStatService.memPercent
icon: "memory" icon: "cpu"
flat: true flat: true
contentScale: 0.8 contentScale: 0.8
width: 72 * scaling width: 72 * scaling