From 296245053d34e3ea53cb6423bc15453855bd256c Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 23 Nov 2021 10:43:59 -0800 Subject: [PATCH] updated config.conf --- neofetch/config.conf | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/neofetch/config.conf b/neofetch/config.conf index 6fe2029c..00fc8399 100644 --- a/neofetch/config.conf +++ b/neofetch/config.conf @@ -1,7 +1,11 @@ # See this wiki page for more info: # https://github.com/dylanaraps/neofetch/wiki/Customizing-Info print_info() { - info title + #info title + info underline + info underline + info underline + info underline info underline info "OS" distro @@ -18,14 +22,14 @@ print_info() { #info "Icons" icons info "Terminal" term #info "Terminal Font" term_font - info "CPU" cpu + #info "CPU" cpu #info "CPU Usage" cpu_usage - info "GPU" gpu - info "GPU Driver" gpu_driver # Linux/macOS only - info "Memory" memory + #info "GPU" gpu + #info "GPU Driver" gpu_driver # Linux/macOS only + #info "Memory" memory - info "Disk" disk + #info "Disk" disk #info "Battery" battery #info "Font" font # info "Song" song @@ -33,7 +37,7 @@ print_info() { #info "Local IP" local_ip #info "Public IP" public_ip # info "Users" users - # info "Locale" locale # This only works on glibc systems. + #info "Locale" locale # This only works on glibc systems. #info cols }