{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "padding": { "top": 5, "right": 6, }, }, "modules": [ "break", { "type": "custom", "format": "\u001b[90m┌──────────────────────────────────────────────Hardware──────────────────────────────────────────────┐", }, { "type": "host", "key": " PC", "keyColor": "green", }, { "type": "chassis", "key": "│ ├", "keyColor": "green", }, { "type": "cpu", "key": "│ ├", "showPeCoreCount": true, "keyColor": "green", }, { "type": "cpuusage", "key": "│ ├󰓅", "keyColor": "green", }, { "type": "gpu", "key": "│ ├", "detectionMethod": "pci", "keyColor": "green", }, { "type": "display", "key": "│ ├󱄄", "keyColor": "green", }, { "type": "brightness", "key": "│ ├󰃞", "keyColor": "green", }, { "type": "disk", "key": "│ ├󰋊", "keyColor": "green", }, { "type": "memory", "key": "│ ├", "keyColor": "green", }, { "type": "swap", "key": "│ ├󰓡", "keyColor": "green", }, { "type": "bluetooth", "key": "│ ├", "keyColor": "green", }, { "type": "sound", "key": "│ ├", "keyColor": "green", }, { "type": "battery", "key": "│ ├", "keyColor": "green", }, { "type": "poweradapter", "key": "└ └", "keyColor": "green", }, { "type": "custom", "format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘", }, "break", { "type": "custom", "format": "\u001b[90m┌──────────────────────────────────────────────Software──────────────────────────────────────────────┐", }, { "type": "os", "key": " OS", "keyColor": "yellow", }, { "type": "kernel", "key": "│ ├", "keyColor": "yellow", }, { "type": "processes", "key": "│ ├", "keyColor": "yellow", }, { "type": "packages", "key": "│ ├󰏖", "keyColor": "yellow", }, { "type": "shell", "key": "│ ├", "keyColor": "yellow", }, { "type": "editor", "key": "│ ├", "keyColor": "yellow", }, { "type": "de", "key": "│ ├", "keyColor": "blue", }, { "type": "wm", "key": "│ ├", "keyColor": "blue", }, { "type": "wmtheme", "key": "│ ├󰉼", "keyColor": "blue", }, { "type": "theme", "key": "│ ├󰉼", "keyColor": "blue", }, { "type": "icons", "key": "│ ├󰀻", "keyColor": "blue", }, { "type": "cursor", "key": "│ ├", "keyColor": "blue", }, { "type": "font", "key": "│ ├", "keyColor": "blue", }, { "type": "terminalfont", "key": "│ ├", "keyColor": "blue", }, { "type": "terminal", "key": "└ └", "keyColor": "blue", }, { "type": "custom", "format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘", }, "break", { "type": "custom", "format": "\u001b[90m┌──────────────────────────────────────────────Network───────────────────────────────────────────────┐", }, { "type": "localip", "key": "│ ├󰩟", "keyColor": "magenta", }, { "type": "wifi", "key": "└ └", "keyColor": "magenta", }, { "type": "custom", "format": "\u001b[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘", }, "break", { "type": "custom", "format": "\u001b[90m┌────────────────────────────────────────────Uptime / Age────────────────────────────────────────────┐", }, { "type": "command", "key": " OS Age ", "keyColor": "magenta", "text": "birth_install=$(stat -f %B /); 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[90m└────────────────────────────────────────────────────────────────────────────────────────────────────┘", }, "break", ], }