From 6c33f7f53eecb19f5ae2d2218b9ce9a418d47e7e Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Fri, 13 Mar 2026 01:04:01 +0000 Subject: [PATCH] *explodes* --- config/modules/power-management/lavd.nix | 2 +- config/modules/quickshell/quickshell/BatteryWidget.qml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/modules/power-management/lavd.nix b/config/modules/power-management/lavd.nix index a78726a..d6047f4 100644 --- a/config/modules/power-management/lavd.nix +++ b/config/modules/power-management/lavd.nix @@ -14,7 +14,7 @@ # Most energy efficent scheduler setup.. systemd.services.scx.environment = { SCX_SCHEDULER_OVERRIDE = "scx_lavd"; - SCX_FLAGS_OVERRIDE = "--powersave --enable-cpu-bw --cpu-pref-order '20-21,12-19,0-11'"; + SCX_FLAGS_OVERRIDE = "--powersave --cpu-pref-order '20-21,12-19,0-11'"; }; }; }; diff --git a/config/modules/quickshell/quickshell/BatteryWidget.qml b/config/modules/quickshell/quickshell/BatteryWidget.qml index fb137aa..820e3fb 100644 --- a/config/modules/quickshell/quickshell/BatteryWidget.qml +++ b/config/modules/quickshell/quickshell/BatteryWidget.qml @@ -12,6 +12,7 @@ RowLayout { implicitWidth: text.width color: Colors.backgroundAlt Layout.alignment: Qt.AlignCenter + radius: 3.5 Text { id: text property int power: UPower.displayDevice.percentage * 100