From 44aa39233c4ed7388d1868c8747e3ceaa21423b3 Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Sun, 28 Apr 2019 14:00:56 -0400 Subject: [PATCH] removed colors and added line breaks --- config.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.conf b/config.conf index 35d2043..a8e15c1 100644 --- a/config.conf +++ b/config.conf @@ -1,6 +1,8 @@ # See this wiki page for more info: # https://github.com/dylanaraps/neofetch/wiki/Customizing-Info print_info() { + + info line_break info title info underline @@ -17,7 +19,7 @@ print_info() { # info "Theme" theme # info "Icons" icons info "Terminal" term - info "Terminal Font" term_font +# info "Terminal Font" term_font info "CPU" cpu info "GPU" gpu info "Memory" memory @@ -34,8 +36,8 @@ print_info() { # info "Locale" locale # This only works on glibc systems. info line_break - info cols - info line_break +# info cols +# info line_break }