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.jsonc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'config/fastfetch/config.jsonc') diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index e3f8c3c6..fab0068c 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -17,10 +17,17 @@ "key": " DISTRO", "keyColor": "yellow" }, + { "type": "kernel", "key": "│ ├", "keyColor": "yellow" + }, + { + "type": "custom", + "key": "│ ├", + "format": "JaKooLit Version: {$DOTS_VERSION}", + "keyColor": "yellow" }, { "type": "packages", @@ -50,12 +57,12 @@ { "type": "cursor", "key": "│ ├", - "keyColor": "blue", + "keyColor": "blue" }, { "type": "terminalfont", "key": "│ ├", - "keyColor": "blue", + "keyColor": "blue" }, { "type": "terminal", @@ -124,6 +131,6 @@ "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", + "break" ] } -- cgit v1.2.3 From 53fe242ffdddf74bf13e32999027053ee4614b20 Mon Sep 17 00:00:00 2001 From: brockar Date: Mon, 20 Oct 2025 17:40:50 -0300 Subject: config: update icon from linux to hyprland for fastfetch --- config/fastfetch/config-compact.jsonc | 6 +++--- config/fastfetch/config-pokemon.jsonc | 6 +++--- config/fastfetch/config-v2.jsonc | 2 +- config/fastfetch/config.jsonc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config/fastfetch/config.jsonc') diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index d3d94d26..962b6bb3 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -29,14 +29,14 @@ }, { "type": "custom", - "key": " ", + "key": " ", "format": "JaKooLit: {$DOTS_VERSION}", - "keyColor": "magenta" + "keyColor": "blue" }, { "type": "wm", "key": " ", - "keyColor": "blue" + "keyColor": "magenta" }, { "type": "shell", diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index a5cf6280..0435033c 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -28,14 +28,14 @@ }, { "type": "custom", - "key": " ", - "keyColor": "red", + "key": " ", + "keyColor": "blue", "format": "JaKooLit Version: {$DOTS_VERSION}" }, { "type": "wm", "key": " ", - "keyColor": "blue" + "keyColor": "magenta" }, { "type": "shell", diff --git a/config/fastfetch/config-v2.jsonc b/config/fastfetch/config-v2.jsonc index 57cc9c65..6d20c695 100644 --- a/config/fastfetch/config-v2.jsonc +++ b/config/fastfetch/config-v2.jsonc @@ -29,7 +29,7 @@ }, { "type": "custom", - "key": " ├  ", + "key": " ├  ", "format": "JaKooLit Version: {$DOTS_VERSION}", "keyColor": "31" }, diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index fab0068c..dce06d78 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -25,7 +25,7 @@ }, { "type": "custom", - "key": "│ ├", + "key": "│ ├", "format": "JaKooLit Version: {$DOTS_VERSION}", "keyColor": "yellow" }, -- cgit v1.2.3