From 758f883eb9ad0becc96a76c9e144f664cfb5cbdb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 13 Jun 2016 22:22:59 +1000 Subject: [PATCH] Update comments --- neofetch | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/neofetch b/neofetch index 78964edb..26e2ccf0 100755 --- a/neofetch +++ b/neofetch @@ -117,11 +117,6 @@ speed_type="max" # --cpu_shorthand name, speed, tiny, on, off cpu_shorthand="off" -# CPU Usage display -# Set CPU usage display setting -# --cpu_display bar, infobar, barinfo, off -cpu_display="off" - # CPU Cores # Display CPU cores in output # --cpu_cores on/off @@ -294,9 +289,11 @@ progress_color_total="distro" # barinfo: The bar is displayed before the info. # off: Only the info is displayed. # +# --cpu_display bar/infobar/barinfo/off # --memory_display bar/infobar/barinfo/off # --battery_display bar/infobar/barinfo/off # --disk_display bar/infobar/barinfo/off +cpu_display="off" memory_display="off" battery_display="off" disk_display="off"