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