diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-10-20 17:13:24 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-10-20 17:13:24 -0300 |
| commit | 88a5a701937ae0a91ab0919c59d595a198b440e5 (patch) | |
| tree | cb008a3efec3cbeb23f93d37c87f1ba3e62c3f86 /config/fastfetch/config.jsonc | |
| parent | 2da2474592577766136b11847b22ade05cd5ac58 (diff) | |
config: fastfetch: add the dots version on every fastfetch
Diffstat (limited to 'config/fastfetch/config.jsonc')
| -rw-r--r-- | config/fastfetch/config.jsonc | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index e3f8c3c6..fab0068c 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -17,10 +17,17 @@ "key": " DISTRO", "keyColor": "yellow" }, + { "type": "kernel", "key": "│ ├", "keyColor": "yellow" + }, + { + "type": "custom", + "key": "│ ├", + "format": "JaKooLit Version: {$DOTS_VERSION}", + "keyColor": "yellow" }, { "type": "packages", @@ -50,12 +57,12 @@ { "type": "cursor", "key": "│ ├", - "keyColor": "blue", + "keyColor": "blue" }, { "type": "terminalfont", "key": "│ ├", - "keyColor": "blue", + "keyColor": "blue" }, { "type": "terminal", @@ -124,6 +131,6 @@ "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", + "break" ] } |
