From 88a5a701937ae0a91ab0919c59d595a198b440e5 Mon Sep 17 00:00:00 2001 From: brockar Date: Mon, 20 Oct 2025 17:13:24 -0300 Subject: config: fastfetch: add the dots version on every fastfetch --- config/fastfetch/config-pokemon.jsonc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config/fastfetch/config-pokemon.jsonc') diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index 2b4522f4..a5cf6280 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -26,6 +26,12 @@ "key": " ", "keyColor": "yellow" }, + { + "type": "custom", + "key": " ", + "keyColor": "red", + "format": "JaKooLit Version: {$DOTS_VERSION}" + }, { "type": "wm", "key": " ", @@ -68,6 +74,6 @@ "type": "custom", "format": " \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[90m " }, - "break", + "break" ] } -- cgit v1.2.3