diff options
Diffstat (limited to 'config/fastfetch/config-compact.jsonc')
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 962b6bb3..358efcc5 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -28,10 +28,10 @@ "keyColor": "yellow" }, { - "type": "custom", + "keyColor": "blue", "key": " ", - "format": "JaKooLit: {$DOTS_VERSION}", - "keyColor": "blue" + "text": "echo Jakoolit: v${DOTS_VERSION}", + "type": "command" }, { "type": "wm", @@ -68,6 +68,12 @@ "keyColor": "green" }, { + "type": "command", + "key": " ", + "keyColor": "magenta", + "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" + }, + { "type": "custom", "format": " ─────────────────────────── " }, |
