From d2caea6684fd80c48efe389b18f379ea9ce0b933 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Jul 2022 11:35:49 -0400 Subject: [PATCH] neofetch: Simplify cpu output This fixes an issue where the neofetch cpu output would be too long for a typical 1920x1080 display, with one terminal occupying 50% of the screen. --- neofetch/.config/neofetch/config.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch/.config/neofetch/config.conf b/neofetch/.config/neofetch/config.conf index ef449a65..2cf04e95 100644 --- a/neofetch/.config/neofetch/config.conf +++ b/neofetch/.config/neofetch/config.conf @@ -1,5 +1,7 @@ gtk2="off" block_range=(1 7) image_backend="kitty" +speed_shorthand="on" +cpu_brand="off" # vim:ft=conf