From 811bc65e0abe5663ce7357f9142c347c6b6f9a3c Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 8 Apr 2023 14:23:17 -0400 Subject: [PATCH] fix: spacing --- home/neofetch/config.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/neofetch/config.conf b/home/neofetch/config.conf index 71fe4d2..0c23bc8 100644 --- a/home/neofetch/config.conf +++ b/home/neofetch/config.conf @@ -11,12 +11,12 @@ print_info() { info "${c5} ├─  Distro " distro info "${c5} ├─  Kernel " kernel info "${c5} ├─  Pkgs " packages - info "${c5} ├─  Compositor " de + info "${c5} ├─  Compositor " de info "${c5} ├─  CPU " cpu info "${c5} ├─  GPU " gpu - info "${c5} ├─  Term " term - info "${c5} ├─  SH " shell - info "${c5} └─  Up time " uptime + info "${c5} ├─  Term " term + info "${c5} ├─  SH " shell + info "${c5} └─  Up time " uptime prin "$(color 1)  $(color 2) $(color 3) $(color 4) $(color 5) $(color 6) $(color 7) $(color 8)" }