added note about not being supported on windows
This commit is contained in:
parent
0d64fac031
commit
c58a95854f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
2
neofetch
2
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in New Issue