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 0435033c..63f60378 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -27,10 +27,10 @@ "keyColor": "yellow" }, { - "type": "custom", + "type": "command", "key": " ", "keyColor": "blue", - "format": "JaKooLit Version: {$DOTS_VERSION}" + "text": "echo JaKooLit Version: ${DOTS_VERSION}" }, { "type": "wm", @@ -67,6 +67,12 @@ "keyColor": "green" }, { + "type": "command", + "key": " ", + "keyColor": "magenta", + "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" + }, + { "type": "custom", "format": " ─────────────────────────── " }, |
