mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
added note about not being supported on windows
This commit is contained in:
@@ -299,6 +299,7 @@ alias fetch2="fetch \
|
|||||||
--kernel_shorthand on/off Shorten the output of kernel
|
--kernel_shorthand on/off Shorten the output of kernel
|
||||||
--uptime_shorthand on/off Shorten the output of uptime (tiny, on, off)
|
--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
|
--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)
|
--gpu_shorthand on/off Shorten the output of GPU (tiny, on, off)
|
||||||
--gtk_shorthand on/off Shorten output of gtk theme/icons
|
--gtk_shorthand on/off Shorten output of gtk theme/icons
|
||||||
--gtk2 on/off Enable/Disable gtk2 theme/icons output
|
--gtk2 on/off Enable/Disable gtk2 theme/icons output
|
||||||
|
@@ -118,6 +118,7 @@ gpu_shorthand="on"
|
|||||||
# Resolution
|
# Resolution
|
||||||
|
|
||||||
# Display refresh rate next to each monitor
|
# Display refresh rate next to each monitor
|
||||||
|
# Unsupported on Windows
|
||||||
# --refresh_rate on/off
|
# --refresh_rate on/off
|
||||||
refresh_rate="off"
|
refresh_rate="off"
|
||||||
|
|
||||||
|
2
neofetch
2
neofetch
@@ -139,6 +139,7 @@ gpu_shorthand="on"
|
|||||||
# Resolution
|
# Resolution
|
||||||
|
|
||||||
# Display refresh rate next to each monitor
|
# Display refresh rate next to each monitor
|
||||||
|
# Unsupported on Windows
|
||||||
# --refresh_rate on/off
|
# --refresh_rate on/off
|
||||||
refresh_rate="off"
|
refresh_rate="off"
|
||||||
|
|
||||||
@@ -2522,6 +2523,7 @@ usage () { cat << EOF
|
|||||||
--kernel_shorthand on/off Shorten the output of kernel
|
--kernel_shorthand on/off Shorten the output of kernel
|
||||||
--uptime_shorthand on/off Shorten the output of uptime (tiny, on, off)
|
--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
|
--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)
|
--gpu_shorthand on/off Shorten the output of GPU (tiny, on, off)
|
||||||
--gtk_shorthand on/off Shorten output of gtk theme/icons
|
--gtk_shorthand on/off Shorten output of gtk theme/icons
|
||||||
--gtk2 on/off Enable/Disable gtk2 theme/icons output
|
--gtk2 on/off Enable/Disable gtk2 theme/icons output
|
||||||
|
@@ -52,6 +52,7 @@ Shorten the output of uptime (tiny, on, off)
|
|||||||
.TP
|
.TP
|
||||||
.B \--refresh_rate 'on/off'
|
.B \--refresh_rate 'on/off'
|
||||||
Whether to display the refresh rate of each monitor
|
Whether to display the refresh rate of each monitor
|
||||||
|
Unsupported on Windows
|
||||||
.TP
|
.TP
|
||||||
.B \--gpu_shorthand 'on/off'
|
.B \--gpu_shorthand 'on/off'
|
||||||
Shorten the output of GPU (tiny, on, off)
|
Shorten the output of GPU (tiny, on, off)
|
||||||
|
Reference in New Issue
Block a user