diff options
| author | Ahum Maitra <theahummaitra@gmail.com> | 2025-12-09 21:50:17 +0530 |
|---|---|---|
| committer | Ahum Maitra <theahummaitra@gmail.com> | 2025-12-09 21:50:17 +0530 |
| commit | 3ea329b35b8f013b3ded825eb80ba15727167692 (patch) | |
| tree | 48c47c6b6f65bc8298d17b22b9ad4a68c139b7dd | |
| parent | c426d301865f0bdfd6f7ba027ef5d7a0cb4afd5c (diff) | |
fix : match the code style and add little bit sapce
| -rw-r--r-- | config/fastfetch/config-pokemon.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index ee3e59c4..63f60378 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -68,7 +68,7 @@ }, { "type": "command", - "key": "", + "key": " ", "keyColor": "magenta", "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" }, |
