diff --git a/config/config b/config/config index 66d859c1..2bbfabcf 100644 --- a/config/config +++ b/config/config @@ -215,6 +215,7 @@ gpu_brand="on" # Default: 'all' # Values: 'all', 'dedicated', 'integrated' # Flag: --gpu_type +# Supports: Linux # # Example: # all: diff --git a/neofetch b/neofetch index e40c099c..459be585 100755 --- a/neofetch +++ b/neofetch @@ -3017,7 +3017,7 @@ INFO Possible values: current, min, max, bios, scaling_current, scaling_min, scaling_max - NOTE: This only support Linux with cpufreq. + NOTE: This only supports Linux with cpufreq. --cpu_shorthand type Shorten the output of CPU Possible values: name, speed, tiny, on, off @@ -3046,6 +3046,9 @@ INFO Unsupported on Windows --gpu_brand on/off Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel) --gpu_type type Which GPU to display. (all, dedicated, integrated) + + NOTE: This only supports Linux. + --gtk_shorthand on/off Shorten output of gtk theme/icons --gtk2 on/off Enable/Disable gtk2 theme/font/icons output --gtk3 on/off Enable/Disable gtk3 theme/font/icons output diff --git a/neofetch.1 b/neofetch.1 index 2136425d..c3105167 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -26,7 +26,7 @@ Change the type of cpu speed to display. Possible values: current, min, max, bios, scaling_current, scaling_min, scaling_max .IP -NOTE: This only support Linux with cpufreq. +NOTE: This only supports Linux with cpufreq. .TP \fB\-\-cpu_shorthand\fR type Shorten the output of CPU @@ -70,6 +70,8 @@ Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel) .TP \fB\-\-gpu_type\fR type Which GPU to display. (all, dedicated, integrated) +.IP +NOTE: This only supports Linux. .TP \fB\-\-gtk_shorthand\fR on/off Shorten output of gtk theme/icons