diff --git a/config/config b/config/config index a5ace791..a79455e3 100644 --- a/config/config +++ b/config/config @@ -238,9 +238,9 @@ progress_color_total="8" # --cpu_usage_bar on/off # --memory_bar on/off # --battery_bar on/off -cpu_usage_bar="on" -memory_bar="on" -battery_bar="on" +cpu_usage_bar="off" +memory_bar="off" +battery_bar="off" # }}} diff --git a/neofetch b/neofetch index 42a109c0..60129981 100755 --- a/neofetch +++ b/neofetch @@ -260,9 +260,9 @@ progress_color_total="8" # --cpu_usage_bar on/off # --memory_bar on/off # --battery_bar on/off -cpu_usage_bar="on" -memory_bar="on" -battery_bar="on" +cpu_usage_bar="off" +memory_bar="off" +battery_bar="off" # }}}