From c843b6bbc2897074fa44d7847b5cc76b99e21ed3 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Mon, 24 Nov 2025 03:05:28 -0500 Subject: Fixed fastfetch files to show dotfiles version On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/fastfetch/config-compact.jsonc modified: config/fastfetch/config-pokemon.jsonc modified: config/fastfetch/config-v2.jsonc modified: config/fastfetch/config.jsonc --- config/fastfetch/config.jsonc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'config/fastfetch/config.jsonc') diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index dce06d78..8b2de09f 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -24,9 +24,9 @@ "keyColor": "yellow" }, { - "type": "custom", + "type": "command", "key": "│ ├", - "format": "JaKooLit Version: {$DOTS_VERSION}", + "text": "echo JaKooLit Version: ${DOTS_VERSION}", "keyColor": "yellow" }, { @@ -127,10 +127,6 @@ "key": "│ └󰝚", "keyColor": "magenta" }, - { - "type": "custom", - "format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[38m \u001b[39m \u001b[39m  \u001b[38m \u001b[37m \u001b[36m \u001b[35m \u001b[34m \u001b[33m \u001b[32m \u001b[31m \u001b[90m " - }, "break" ] } -- cgit v1.2.3