diff options
Diffstat (limited to 'config/fastfetch/config-compact.jsonc')
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index fc2c4884..d3d94d26 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -21,13 +21,19 @@ { "type": "custom", "format": " ─────────────────────────── " - }, + }, { "type": "kernel", "key": " ", "keyColor": "yellow" }, { + "type": "custom", + "key": " ", + "format": "JaKooLit: {$DOTS_VERSION}", + "keyColor": "magenta" + }, + { "type": "wm", "key": " ", "keyColor": "blue" @@ -69,6 +75,6 @@ "type": "custom", "format": " \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[90m " }, - "break", + "break" ] } |
