Fastfetch Config Tinkering

@Noodly


{ "$schema":
    "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": {
        "type": "auto",
        "source":  "/home/yourusername/.config/fastfetch/Logos/eos.png",
        "padding": {
            "top": 1,
            "left": 2,
            "right": 2
        }
     },
    "display": {
        "separator": " "
    },
    "modules": [
        {
            "key": "╭─────────────╮ ───────────────────── Software Info ──────────────────┐",
            "type": "custom"
        },
        {
            "key": "│ {#35}  Distro   {#keys}│",
            "type": "os"
        },
        {
            "key": "│ {#35}󰧨  DE       {#keys}│",
            "type": "de"
        },
        {
            "key": "│ {#35}󰖯  WM       {#keys}│",
            "type": "wm"
        },
        {
            "key": "│ {#35}󰍂  LM       {#keys}│",
            "type": "lm"
        },
        {
            "key": "│ {#35}󰌽  Kernel   {#keys}│",
            "type": "kernel"
        },
        {
            "key": "│ {#35}󱐋  BootMgr  {#keys}│",
            "type": "bootmgr"
        },
        {
            "key": "│ {#35}  Terminal {#keys}│",
            "type": "terminal"
        },
        {
            "key": "│ {#35}  TermFont {#keys}│",
            "type": "terminalfont"
        },
        {
            "key": "│ {#35}  Shell    {#keys}│",
            "type": "shell"
        },
        {
            "key": "│ {#35}󰏖  Packages {#keys}│",
            "type": "packages"
        },
        {
            "type": "command",
            "key": "│ {#35}󰥔  OS Age   {#keys}│",
            "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
        },
        {
            "key": "│ {#35}󰥔  Uptime   {#keys}│",
            "type": "uptime"
        },
        {
            "key": "├─────────────┤ ───────────────────── Hardware Info ──────────────────┐",
            "type": "custom"
        },
        {
            "key": "│ {#34}󰇅  Machine  {#keys}│",
            "type": "host",
        },
        {
            "key": "│ {#34}  Board    {#keys}│",
            "type": "board"
        },
        {
            "key": "│ {#34}  Bios     {#keys}│",
            "type": "bios"
        },
        {
            "key": "│ {#34}󰍛  CPU      {#keys}│",
            "type": "cpu",
            "showPeCoreCount": true
        },
        {
            "key": "│ {#34}󰍛  GFX      {#keys}│",
            "type": "gpu",
        },
        {
            "key": "│ {#34}󰍹  Monitor  {#keys}│",
            "type": "monitor",
            "format": "{name}"
        },
        {
            "key": "│ {#34}󰟶  Memory   {#keys}│",
            "type": "memory"
        },
        {
            "key": "│ {#34}󰣁  Swap     {#keys}│",
            "type": "swap"
        },
        {
            "key": "├─────────────┤ ───────────────────── Disk Info ─────────────────────┐",
            "type": "custom"
        },
        {
            "key": "│ {#33}󰉉  SSD      {#keys}│",
            "type": "disk",
        },
        {
            "key": "├─────────────┤ ───────────────────── Other Info ────────────────────┐",
            "type": "custom"
        },
        {
            "key": "│ {#32}󰤢  WiFi     {#keys}│",
            "type": "wifi",
        },
        {
            "key": "│ {#32}󰖠  Camera   {#keys}│",
            "type": "camera",
        },
        {
            "key": "│ {#32}󰜟  Sound    {#keys}│",
            "type": "sound",
        },
        {
            "key": "│ {#32}  Media    {#keys}│",
            "type": "media",
        },
        {
            "key": "├─────────────┤ ───────────────────── Color Info ────────────────────┐",
            "type": "custom"
        },
        {
            "key": "│ {#31}  Palette  {#keys}│",
            "type": "colors",
            "symbol": "circle"
        },
        {
            "key": "╰─────────────╯",
            "type": "custom"
        }
    ]
}