Anachron / i3blocks

Additional/custom blocks which fit my needs
GNU General Public License v3.0
583 stars 106 forks source link

feature request scaling governor #49

Closed ralphee closed 4 years ago

ralphee commented 6 years ago

was wondering if its possible to have a block indicating which cpu Scaling governor is currently active....

https://wiki.archlinux.org/index.php/CPU_frequency_scaling#Scaling_governors

vKnmnn commented 5 years ago

put this as your command in a block: cpupower frequency-info | grep "may decide which speed to use" | awk '{ print $3 }' | tr -d \"

vKnmnn commented 4 years ago

@ralphee, if this has solved you request, please consider closing this issue.