*explodes*

This commit is contained in:
2026-03-13 01:04:01 +00:00
parent 64f2e34018
commit 6c33f7f53e
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
# Most energy efficent scheduler setup.. # Most energy efficent scheduler setup..
systemd.services.scx.environment = { systemd.services.scx.environment = {
SCX_SCHEDULER_OVERRIDE = "scx_lavd"; 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'";
}; };
}; };
}; };

View File

@@ -12,6 +12,7 @@ RowLayout {
implicitWidth: text.width implicitWidth: text.width
color: Colors.backgroundAlt color: Colors.backgroundAlt
Layout.alignment: Qt.AlignCenter Layout.alignment: Qt.AlignCenter
radius: 3.5
Text { Text {
id: text id: text
property int power: UPower.displayDevice.percentage * 100 property int power: UPower.displayDevice.percentage * 100