diff --git a/README.md b/README.md index 37379f34..fbc387de 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ alias fetch2="fetch \ --kernel_shorthand on/off Shorten the output of kernel --uptime_shorthand on/off Shorten the output of uptime (tiny, on, off) --refresh_rate on/off Whether to display the refresh rate of each monitor + Unsupported on Windows --gpu_shorthand on/off Shorten the output of GPU (tiny, on, off) --gtk_shorthand on/off Shorten output of gtk theme/icons --gtk2 on/off Enable/Disable gtk2 theme/icons output diff --git a/config/config b/config/config index 3a0d0e11..21a1c652 100644 --- a/config/config +++ b/config/config @@ -118,6 +118,7 @@ gpu_shorthand="on" # Resolution # Display refresh rate next to each monitor +# Unsupported on Windows # --refresh_rate on/off refresh_rate="off" diff --git a/neofetch b/neofetch index 6f58618d..0731daef 100755 --- a/neofetch +++ b/neofetch @@ -139,6 +139,7 @@ gpu_shorthand="on" # Resolution # Display refresh rate next to each monitor +# Unsupported on Windows # --refresh_rate on/off refresh_rate="off" @@ -2522,6 +2523,7 @@ usage () { cat << EOF --kernel_shorthand on/off Shorten the output of kernel --uptime_shorthand on/off Shorten the output of uptime (tiny, on, off) --refresh_rate on/off Whether to display the refresh rate of each monitor + Unsupported on Windows --gpu_shorthand on/off Shorten the output of GPU (tiny, on, off) --gtk_shorthand on/off Shorten output of gtk theme/icons --gtk2 on/off Enable/Disable gtk2 theme/icons output diff --git a/neofetch.1 b/neofetch.1 index 08bac65a..dc0a18a0 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -52,6 +52,7 @@ Shorten the output of uptime (tiny, on, off) .TP .B \--refresh_rate 'on/off' Whether to display the refresh rate of each monitor +Unsupported on Windows .TP .B \--gpu_shorthand 'on/off' Shorten the output of GPU (tiny, on, off)