From e4b236273865126e1f2b892a351e9207491b8540 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 17 Jun 2024 16:08:25 -0500 Subject: [PATCH] Updated the fastfetch config --- config/fastfetch/config.jsonc | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 67d0df3..2e1de31 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -2,11 +2,11 @@ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "source": "~/.config/fastfetch/nixos.png", - "type": "auto", + "type": "kitty-direct", "height": 15, "width": 30, "padding": { - "top": 5, + "top": 3, "left": 3 } }, @@ -16,25 +16,20 @@ "type": "custom", "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐" }, - { - "type": "host", - "key": " PC", - "keyColor": "34" - }, { "type": "cpu", - "key": "│ ├", - "keyColor": "34" + "key": "│ ", + "keyColor": "35" }, { "type": "gpu", - "key": "│ ├󰍛", - "keyColor": "34" + "key": "│ 󰍛", + "keyColor": "35" }, { "type": "memory", - "key": "└ └󰑭", - "keyColor": "34" + "key": "│ 󰑭", + "keyColor": "35" }, { "type": "custom", @@ -46,10 +41,8 @@ "format": "\u001b[90m┌──────────────────────Software──────────────────────┐" }, { - "type": "os", - "key": " OS", - "format": "ZaneyOS 2.2" - "keyColor": "31" + "type": "custom", + "format": "\u001b[31m OS -> ZaneyOS 2.2" }, { "type": "kernel", @@ -93,13 +86,13 @@ }, { "type": "command", - "key": " OS Age ", + "key": "│ ", "keyColor": "33", "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" }, { "type": "uptime", - "key": " Uptime ", + "key": "│ ", "keyColor": "33" }, {