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 }