{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "source": "~/.config/fastfetch/logo", "type": "auto", "height": 15, "width": 30, "padding": { "top": 5, "left": 3 } }, "modules": [ "break", { "type": "custom", "format": "\u001b[32m┌─────────────────────Hardware─────────────────────┐" }, { "type": "host", "key": " PC", "keyColor": "green" }, { "type": "cpu", "key": "│ ├ CPU", "keyColor": "green" }, { "type": "gpu", "key": "│ ├ GPU", "keyColor": "green" }, { "key": "│ ├ Disk", "type": "disk", "folders": "/", "keyColor": "green" }, { "type": "display", "key": "│ ├ Display", "format": "{width}x{height} @ {refresh-rate}Hz", "keyColor" : "green" }, { "type": "memory", "key": "└ └ RAM", "keyColor": "green" }, { "type": "custom", "format": "\u001b[32m└──────────────────────────────────────────────────┘" }, "break", { "type": "custom", "format": "\u001b[32m┌─────────────────────Software─────────────────────┐" }, { "type": "os", "key": " OS", "keyColor": "yellow" }, { "type": "kernel", "key": "│ ├ Kernel", "keyColor": "yellow" }, { "type": "packages", "key": "│ ├ Packages", "keyColor": "yellow" }, { "type": "shell", "key": "│ ├ Shell", "keyColor": "yellow" }, { "type": "terminal", "key": "└ └ Terminal", "keyColor": "yellow" }, { "type": "custom", "format": "\u001b[32m└──────────────────────────────────────────────────┘" }, "break", { "type": "custom", "format": "\u001b[32m┌───────────────────Age / Uptime───────────────────┐" }, { "type": "command", "key": " OS Age ", "keyColor": "magenta", "text": "birth_install=$(stat -c %W /home); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" }, { "type": "uptime", "key": " Uptime ", "keyColor": "magenta" }, { "type": "custom", "format": "\u001b[32m└──────────────────────────────────────────────────┘" }, "break" ] }