From 46a76f55c970d031942160f7d55e0eeb5c95d227 Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Fri, 18 Mar 2016 16:32:06 +1100 Subject: [PATCH] added documentation --- README.md | 1 + config/config | 6 ++++++ neofetch.1 | 3 +++ 3 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 7c755561..37379f34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config/config b/config/config index 7375e390..3a0d0e11 100644 --- a/config/config +++ b/config/config @@ -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 diff --git a/neofetch.1 b/neofetch.1 index b2132234..08bac65a 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -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