added documentation
This commit is contained in:
parent
daf4284f7f
commit
46a76f55c9
|
@ -298,6 +298,7 @@ alias fetch2="fetch \
|
||||||
--cpu_cores on/off Whether or not to display the number of CPU cores
|
--cpu_cores on/off Whether or not to display the number of CPU cores
|
||||||
--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
|
||||||
--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
|
||||||
|
|
|
@ -115,6 +115,12 @@ cpu_cores="on"
|
||||||
# --gpu_shorthand on/off/tiny
|
# --gpu_shorthand on/off/tiny
|
||||||
gpu_shorthand="on"
|
gpu_shorthand="on"
|
||||||
|
|
||||||
|
# Resolution
|
||||||
|
|
||||||
|
# Display refresh rate next to each monitor
|
||||||
|
# --refresh_rate on/off
|
||||||
|
refresh_rate="off"
|
||||||
|
|
||||||
|
|
||||||
# Gtk Theme / Icons
|
# Gtk Theme / Icons
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,9 @@ Shorten the output of kernel
|
||||||
.B \--uptime_shorthand 'on/off'
|
.B \--uptime_shorthand 'on/off'
|
||||||
Shorten the output of uptime (tiny, on, off)
|
Shorten the output of uptime (tiny, on, off)
|
||||||
.TP
|
.TP
|
||||||
|
.B \--refresh_rate 'on/off'
|
||||||
|
Whether to display the refresh rate of each monitor
|
||||||
|
.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)
|
||||||
.TP
|
.TP
|
||||||
|
|
Reference in New Issue