cpupower icon indicating copy to clipboard operation
cpupower copied to clipboard

Frequency range color ([blue, red],[maxfreq_low,maxfreq_high])

Open okias opened this issue 3 years ago • 0 comments

Hello Martin,

I'd like to propose/ask to implement color feature.

Why: because when you manually change frequencies (e.g. limited power or 100%) you may forgot it and then you wonder why computer behaves as it does (e.g. too slow or noisy fan).

Solution: let user set two thresholds.

  • First for $val <= low-maxfreq, which by default could change CPU icon color to rgb(127,127,255)
  • Second for $val >= high-maxfreq, CPU color to rgb(255,127,127)

Solution like this would nicely indicate, that you changed settings and computer may behave differently than usual.

Thank you for creating this extension Martin!

okias avatar Aug 26 '20 08:08 okias