From 56fb17e446e9d3af846f2e91fdf09ed43ce5487a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 19 Dec 2023 13:40:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(neofetch):=20add=20color=20to?= =?UTF-8?q?=20the=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/neofetch/config.conf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 346f326f..7cb9773e 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -1,23 +1,23 @@ print_info() { prin "┌─────────\n Hardware Information \n─────────┐" - info " ​ ​  " cpu - info " ​ ​  " model - info " ​ ​ 󰛇 " gpu - info " ​ ​  " memory - info " ​ ​ 󰍹 " resolution + info " ​ ​ ${cl4} " cpu + info " ​ ​ ${cl5} " model + info " ​ ​ ${cl2}󰛇 " gpu + info " ​ ​ ${cl6} " memory + info " ​ ​ ${cl7}󰍹 " resolution prin "├─────────\n Software Information \n─────────┤" - info " ​ ​  " distro - info " ​ ​  " kernel - info " ​ ​  " wm - info " ​ ​  " shell - info " ​ ​  " term - info " ​ ​  " font - info " ​ ​ 󰉼 " theme - info " ​ ​  " icons - info " ​ ​ 󰊠 " packages + info " ​ ​ ${cl4} " distro + info " ​ ​ ${cl3} " kernel + info " ​ ​ ${cl6} " wm + info " ​ ​ ${cl2} " shell + info " ​ ​ ${cl5} " term + info " ​ ​ ${cl1} " font + info " ​ ​ ${cl7}󰉼 " theme + info " ​ ​ ${cl3} " icons + info " ​ ​ ${cl6}󰊠 " packages 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}󰊠 \n \n "