*explodes*
This commit is contained in:
@@ -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'";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user