-
Notifications
You must be signed in to change notification settings - Fork 3
M_cpufreq
vbextreme edited this page Sep 1, 2018
·
4 revisions
# unit, view value is read value / unit
unit = 1000
$0 scaling min fq
$1 scaling max fq
$2 scaling current fq
$3 available governor
$4 current governor
for formatting enviroment
# double
format[0] = 4.2
format[1] = 4.2
format[2] = 4.2
# string
format[3] = ''
format[4] = ''
example format scaling current fq with 1 decimal
format[0] = 3.1
icon = "💻"
show current icon with current fq
text.long = "$@ $2 Ghz"