From 24418eb19710f7f5139b3b77ebee2eab8884370a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 11 Dec 2023 23:03:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(neofetch):=20a?= =?UTF-8?q?=20lot=20of=20useless=20commented=20code=20in=20the=20conf=20fi?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/neofetch/config.conf | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 70d8d261..e23d63e7 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -1,19 +1,17 @@ print_info() { prin "┌─────────\n Hardware Information \n─────────┐" + info " ​ ​  " cpu info " ​ ​  " model info " ​ ​ 󰛇 " gpu - # info " ​ ​  " disk info " ​ ​  " memory info " ​ ​ 󰍹 " resolution - # info " ​ ​ 󱈑 " battery + prin "├─────────\n Software Information \n─────────┤" - # info " ​ ​  " users + info " ​ ​  " distro - # Just get your distro's logo off nerdfonts.com info " ​ ​  " kernel - # info " ​ ​  " de - info " ​ ​  " de + info " ​ ​  " wm info " ​ ​  " shell info " ​ ​  " term info " ​ ​  " font @@ -21,30 +19,9 @@ print_info() { info " ​ ​  " icons info " ​ ​ 󰊠 " packages - # info " ​ ​ 󰅐 " uptime - # info " ​ ​  " gpu_driver # Linux/macOS only - # info " ​ ​  " cpu_usage - # info " ​ ​ ﱘ " song - # [[ "$player" ]] && prin "Music Player" "$player" - # info " ​ ​  " local_ip - #info " ​ ​  " public_ip - # info " ​ ​  " locale # This only works on glibc systems. prin "└───────────────────────────────────────┘" prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}" } -# info "Disk" disk - -# info "WM Theme" wm_theme - -# info "CPU Usage" cpu_usage -# info "Battery" battery -# info "Font" font -# info "Song" song -# [[ $player ]] && prin "Music Player" "$player" -# info "Local IP" local_ip -#info "Public IP" public_ip -# info "Users" users -# info "Locale" locale # This only works on glibc systems. # Colors for custom colorblocks magenta="\033[1;35m"