From fcb4e6cc859bfef5dd87ef775b9d60b4f4f78560 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:05:14 +0200 Subject: [PATCH] bar: always show cpu usage by default --- .config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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