aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/fastfetch/config-compact.jsonc6
-rw-r--r--config/fastfetch/config-pokemon.jsonc4
-rw-r--r--config/fastfetch/config-v2.jsonc4
-rw-r--r--config/fastfetch/config.jsonc8
4 files changed, 9 insertions, 13 deletions
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"
]
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage