Use power-profiles-daemon[1] to implement switchable power profiles. The performance profile will only be available on systems which provide this functionality. [1]: https://gitlab.freedesktop.org/hadess/power-profiles-daemon
7 lines
109 B
CSS
7 lines
109 B
CSS
.power-profile.low-power {
|
|
color: @success_color;
|
|
}
|
|
|
|
.power-profile.performance {
|
|
color: @error_color;
|
|
}
|