diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 6 | ||||
| -rw-r--r-- | config/fastfetch/config-pokemon.jsonc | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 7a6af0d0..0403b79d 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -68,6 +68,12 @@ "keyColor": "green" }, { + "type": "command", + "key": " ", + "keyColor": "magenta", + "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + }, + { "type": "custom", "format": " ─────────────────────────── " }, diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index f6e2fd15..d7f37f27 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -68,7 +68,7 @@ }, { "type": "command", - "key": "", + "key": " ", "keyColor": "magenta", "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" }, |
