bar: always show cpu usage by default

This commit is contained in:
end-4
2025-09-01 18:05:14 +02:00
parent cb00f31f79
commit fcb4e6cc85
@@ -150,7 +150,7 @@ Singleton {
property bool vertical: false
property JsonObject resources: JsonObject {
property bool alwaysShowSwap: true
property bool alwaysShowCpu: false
property bool alwaysShowCpu: true
property int memoryWarningThreshold: 95
property int swapWarningThreshold: 85
property int cpuWarningThreshold: 90