This commit is contained in:
Meliox 2025-09-07 00:26:41 +02:00
parent af5d9c5f2e
commit 6e6480ecfc

View File

@ -815,16 +815,16 @@ generate_cpu_widget() {
}); });
if (bTccd && '$CPU_TEMP_TARGET' == 'Core') { if (bTccd && '$CPU_TEMP_TARGET' == 'Core') {
AMDPackagePrefix = 'Tccd'; AMDPackagePrefix = 'Tccd';
AMDPackageCaption = 'CCD'; AMDPackageCaption = 'ccd';
} else if (bCpuCoreTemp && '$CPU_TEMP_TARGET' == 'Package') { } else if (bCpuCoreTemp && '$CPU_TEMP_TARGET' == 'Package') {
AMDPackagePrefix = 'CPU Core Temp'; AMDPackagePrefix = 'CPU Core Temp';
AMDPackageCaption = 'CPU Core Temp'; AMDPackageCaption = 'CPU Core Temp';
} else if (bTdie) { } else if (bTdie) {
AMDPackagePrefix = 'Tdie'; AMDPackagePrefix = 'Tdie';
AMDPackageCaption = 'Die'; AMDPackageCaption = 'die';
} else if (bTctl) { } else if (bTctl) {
AMDPackagePrefix = 'Tctl'; AMDPackagePrefix = 'Tctl';
AMDPackageCaption = 'Die'; AMDPackageCaption = 'ctl';
} else { } else {
AMDPackagePrefix = 'temp'; AMDPackagePrefix = 'temp';
AMDPackageCaption = 'Temp'; AMDPackageCaption = 'Temp';