diff options
Diffstat (limited to 'config/fastfetch/config-pokemon.jsonc')
| -rw-r--r-- | config/fastfetch/config-pokemon.jsonc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index 2b4522f4..0435033c 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -27,9 +27,15 @@ "keyColor": "yellow" }, { + "type": "custom", + "key": " ", + "keyColor": "blue", + "format": "JaKooLit Version: {$DOTS_VERSION}" + }, + { "type": "wm", "key": " ", - "keyColor": "blue" + "keyColor": "magenta" }, { "type": "shell", @@ -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" ] } |
