CPU: Added speed_shorthand to toggle showing decimals in the output

This commit is contained in:
Dylan Araps
2017-03-09 12:03:17 +11:00
parent d8561cceed
commit 30a6d8641b
3 changed files with 24 additions and 9 deletions

View File

@@ -138,6 +138,17 @@ shell_version="on"
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value.
speed_type="bios_limit"
# CPU speed shorthand
#
# Default: 'off'
# Values: 'on', 'off'.
# Flag: --speed_shorthand.
#
# Example:
# on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="off"
# Shorten the output of the CPU function
#
# Default: 'off'