diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index f1f04e4eb..7388e7570 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -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