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-compact.jsonc | 6 +++--- config/fastfetch/config-pokemon.jsonc | 4 ++-- config/fastfetch/config-v2.jsonc | 4 ++-- config/fastfetch/config.jsonc | 8 ++------ 4 files changed, 9 insertions(+), 13 deletions(-) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 962b6bb3..7a6af0d0 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -28,10 +28,10 @@ "keyColor": "yellow" }, { - "type": "custom", + "keyColor": "blue", "key": " ", - "format": "JaKooLit: {$DOTS_VERSION}", - "keyColor": "blue" + "text": "echo Jakoolit: v${DOTS_VERSION}", + "type": "command" }, { "type": "wm", diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index 0435033c..a0a883c0 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -27,10 +27,10 @@ "keyColor": "yellow" }, { - "type": "custom", + "type": "command", "key": " ", "keyColor": "blue", - "format": "JaKooLit Version: {$DOTS_VERSION}" + "text": "echo JaKooLit Version: ${DOTS_VERSION}" }, { "type": "wm", diff --git a/config/fastfetch/config-v2.jsonc b/config/fastfetch/config-v2.jsonc index 6d20c695..163ca67b 100644 --- a/config/fastfetch/config-v2.jsonc +++ b/config/fastfetch/config-v2.jsonc @@ -28,9 +28,9 @@ "keyColor": "31" }, { - "type": "custom", + "type": "command", "key": " ├  ", - "format": "JaKooLit Version: {$DOTS_VERSION}", + "format": "echo JaKooLit Version: ${DOTS_VERSION}", "keyColor": "31" }, { 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 From 3377c6e71c3309599ac6c417da217542b38c486e Mon Sep 17 00:00:00 2001 From: Ahum Maitra Date: Tue, 9 Dec 2025 17:54:12 +0530 Subject: feat : Add OS age feature in fastfetch pokemon config --- config/fastfetch/config-pokemon.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index a0a883c0..f6e2fd15 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -66,6 +66,12 @@ "key": "󰔛 ", "keyColor": "green" }, + { + "type": "command", + "key": "󱦟", + "keyColor": "magenta", + "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + }, { "type": "custom", "format": " ─────────────────────────── " -- cgit v1.2.3 From 1b0d14adf7df02b3f73c7731f6df63ae1a6bc98d Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 9 Dec 2025 08:54:51 -0500 Subject: Fixed spacing on OS age & added to std compact cfg 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 --- config/fastfetch/config-compact.jsonc | 6 ++++++ config/fastfetch/config-pokemon.jsonc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 7a6af0d0..0403b79d 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -67,6 +67,12 @@ "key": "󰔛 ", "keyColor": "green" }, + { + "type": "command", + "key": "󱦟 ", + "keyColor": "magenta", + "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + }, { "type": "custom", "format": " ─────────────────────────── " diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index f6e2fd15..d7f37f27 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -68,7 +68,7 @@ }, { "type": "command", - "key": "󱦟", + "key": "󱦟 ", "keyColor": "magenta", "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" }, -- cgit v1.2.3 From c426d301865f0bdfd6f7ba027ef5d7a0cb4afd5c Mon Sep 17 00:00:00 2001 From: Ahum Maitra Date: Tue, 9 Dec 2025 21:37:19 +0530 Subject: Maked the command much easier to read and understand --- config/fastfetch/config-pokemon.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index f6e2fd15..ee3e59c4 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -70,7 +70,7 @@ "type": "command", "key": "󱦟", "keyColor": "magenta", - "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" }, { "type": "custom", -- cgit v1.2.3 From 3ea329b35b8f013b3ded825eb80ba15727167692 Mon Sep 17 00:00:00 2001 From: Ahum Maitra Date: Tue, 9 Dec 2025 21:50:17 +0530 Subject: fix : match the code style and add little bit sapce --- config/fastfetch/config-pokemon.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index ee3e59c4..63f60378 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -68,7 +68,7 @@ }, { "type": "command", - "key": "󱦟", + "key": "󱦟 ", "keyColor": "magenta", "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" }, -- cgit v1.2.3 From fe0676311f4f2715d5cdfbd6303690b79fd0628e Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 9 Dec 2025 11:58:58 -0500 Subject: Upd compact fastfetch to match pokemon ff update An update to the OS age calculation added to Pokeman config ported to comfig-compact.jsonc On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config-compact.jsonc --- config/fastfetch/config-compact.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 0403b79d..358efcc5 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -71,7 +71,7 @@ "type": "command", "key": "󱦟 ", "keyColor": "magenta", - "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" }, { "type": "custom", -- cgit v1.2.3