From cc6319bc1cc341fecc5d3e6dffc7e7461efce971 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 13 Mar 2016 08:42:22 +1100 Subject: [PATCH] Remove stray cpu usage stuff and update docs --- README.md | 13 +++++++++---- neofetch | 4 ---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 84f9f8c5..ae45084c 100644 --- a/README.md +++ b/README.md @@ -285,10 +285,15 @@ alias fetch2="fetch \ --progress_length num Length in spaces to make the progress bars. --progress_colors num num Colors to make the progress bar. Set in this order: elapsed, total - --cpu_usage_bar on/off Whether or not to print a progress bar for cpu usage. - --memory_bar on/off Whether or not to print a progress bar for memory usage. - --battery_bar on/off Whether or not to print a progress bar for battery usage. - --disk_bar on/off Whether or not to print a progress bar for disk usage. + --cpu_display mode1 mode2 Which shorthand to use and how CPU usage should be printed + mode1 takes: name, speed, tiny, on, off + mode2 takes: info, bar, infobar, barinfo + --memory_display mode Which way should the memory progress bar be added + Takes bar, infobar, barinfo + --battery_display mode Which way should the battery progress bar be added + Takes bar, infobar, barinfo + --disk_display mode Which way should the disk progress bar be added + Takes bar, infobar, barinfo Image: diff --git a/neofetch b/neofetch index 847bcc17..bc3c743f 100755 --- a/neofetch +++ b/neofetch @@ -63,8 +63,6 @@ printinfo () { # info "Users" users # info "Birthday" birthday - # info "CPU Usage" cpu_usage - info linebreak info cols info linebreak @@ -268,11 +266,9 @@ progress_color_total="8" # barinfo: The bar is displayed before the info. # off: Only the info is displayed. # -# --cpu_displau 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"