diff options
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 6 | ||||
| -rw-r--r-- | config/fastfetch/config-pokemon.jsonc | 6 | ||||
| -rw-r--r-- | config/fastfetch/config-v2.jsonc | 2 | ||||
| -rw-r--r-- | config/fastfetch/config.jsonc | 2 |
4 files changed, 8 insertions, 8 deletions
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" }, |
