mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-02 13:49:55 +00:00
CPU: Don't simplify option names for no reason
This commit is contained in:
@@ -134,11 +134,12 @@ shell_version="on"
|
||||
|
||||
# CPU speed type
|
||||
#
|
||||
# Default: 'bios'
|
||||
# Values: 'current', 'min', 'max', 'bios',
|
||||
# Default: 'bios_limit'
|
||||
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'.
|
||||
# Flag: --speed_type
|
||||
# Supports: Linux with 'cpufreq'
|
||||
speed_type="bios"
|
||||
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value.
|
||||
speed_type="bios_limit"
|
||||
|
||||
# Shorten the output of the CPU function
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user