diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-11-24 03:05:28 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-11-24 03:05:28 -0500 |
| commit | c843b6bbc2897074fa44d7847b5cc76b99e21ed3 (patch) | |
| tree | 5446435bb417432970de7e9de61bae628fe7abe1 /config/fastfetch/config-v2.jsonc | |
| parent | b62a0b24ebf49b6d9ff103073eb6054ca1b25e56 (diff) | |
Fixed fastfetch files to show dotfiles version
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/fastfetch/config-compact.jsonc
modified: config/fastfetch/config-pokemon.jsonc
modified: config/fastfetch/config-v2.jsonc
modified: config/fastfetch/config.jsonc
Diffstat (limited to 'config/fastfetch/config-v2.jsonc')
| -rw-r--r-- | config/fastfetch/config-v2.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
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" }, { |
