Show or Share your riced fastfetch configs

My Config is:

{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": {
        "source": "/usr/share/branding-soplos/menufedora.png",
        "type": "auto",
        "height": 16,
        "width": 30,
        "padding": {
            "top": 8,
            "left": 3
        }
    },
    "modules": [
        "break",
        {
            "type": "custom",
            "format": "\u001b[93m┌─────────────────────────󰖟 Fedora 44 󰖟────────────────────────┐"
        },
        {
            "type": "command",
            "key": "󰖟 Web",
            "keyColor": "yellow",
            "text": "echo https://discussion.fedoraproject.org/",
            "keyWidth": 26
        },
        {
            "type": "custom",
            "format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘",
            "keyWidth": 20
        },
        "break",
        {
            "type": "custom",
            "format": "\u001b[93m┌───────────────────────────󰋊 Hardware 󰋊──────────────────────────┐"
        },
        {
            "type": "host",
            "key": " PC",
            "keyColor": "yellow"
        },
        {
            "type": "chassis",
            "key": "│ ├󰇄",
            "keyColor": "yellow"
        },
        {
            "type": "board",
            "key": "│ ├",
            "keyColor": "yellow"
        },
        {
            "type": "cpu",
            "key": "│ ├󰻠",
            "keyColor": "yellow",
            "format": "{1}, {3} Cores"
        },
        {
            "type": "memory",
            "key": "│ ├󰍛",
            "keyColor": "yellow"
        },
        {
            "type": "swap",
            "key": "│ ├󰓡",
            "keyColor": "yellow"
        },
        {
            "type": "disk",
            "key": "│ ├󰋊",
            "keyColor": "yellow"
        },
        {
            "type": "gpu",
            "key": "│ ├󰢮",
            "keyColor": "yellow",
            "format": "{2}, {3}"
        },
        {
            "type": "opengl",
            "key": "│ ├󰡁",
            "keyColor": "yellow"
        },
        {
            "type": "vulkan",
            "key": "│ ├󰬟",
            "keyColor": "yellow"
        },
        {
            "type": "display",
            "key": "│ └󰍹",
            "keyColor": "yellow"
        },
        {
            "type": "custom",
            "format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘"
        },
        "break",
        {
            "type": "custom",
            "format": "\u001b[93m┌───────────────────────────󰻠 System 󰻠────────────────────────────┐"
        },
        {
            "type": "os",
            "key": " OS",
            "keyColor": "yellow",
            "format": "{name}"
        },
        {
            "type": "kernel",
            "key": "│ ├",
            "keyColor": "yellow"
        },
        {
            "type": "packages",
            "key": "│ ├󰏖",
            "keyColor": "yellow"
        },
        {
            "type": "de",
            "key": "│ ├",
            "keyColor": "yellow"
        },
        {
            "type": "wm",
            "key": "│ ├",
            "keyColor": "yellow"
        },
        {
            "type": "lm",
            "key": "│ └󰧨",
            "keyColor": "yellow"
        },
        {
            "type": "custom",
            "format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘"
        },
        "break",
        {
            "type": "custom",
            "format": "\u001b[93m┌─────────────────────────󰔎 Theming/Other 󰔎───────────────────────┐"
        },
        {
            "type": "shell",
            "key": " sh",
            "keyColor": "yellow",
            "format": "{1}"
        },
        {
            "type": "terminal",
            "key": "│ ├",
            "keyColor": "yellow",
            "format": "{1}"
        },
        {
            "type": "wmtheme",
            "key": "│ ├󰉼",
            "keyColor": "yellow"
        },
        {
            "type": "theme",
            "key": "│ ├󰉼",
            "keyColor": "yellow"
        },
        {
            "type": "icons",
            "key": "│ ├󰸉",
            "keyColor": "yellow"
        },
        {
            "type": "font",
            "key": "│ └",
            "keyColor": "yellow"
        },
        {
            "type": "custom",
            "format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘"
        },
        "break",
        {
            "type": "custom",
            "format": "\u001b[93m┌────────────────────────────󰩟 Network 󰩟──────────────────────────┐"
        },
        {
            "type": "localip",
            "key": "󰩟 IP",
            "keyColor": "yellow"
        },
        {
            "type": "wifi",
            "key": "│ └󰤨",
            "keyColor": "yellow"
        },
        {
            "type": "custom",
            "format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘"
        },
        "break",
        {
            "type": "custom",
            "format": "\u001b[93m┌─────────────────────────󰚭 System Times 󰚭────────────────────────┐"
        },
        {
            "type": "command",
            "key": "  OS Age ",
            "keyColor": "yellow",
            "keyWidth": 12,
            "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
        },
        {
            "type": "uptime",
            "key": "  Uptime ",
            "keyColor": "yellow"
        },
        {
            "type": "datetime",
            "key": "󰃭  Date   ",
            "keyColor": "yellow"
        },
        {
            "type": "custom",
            "format": "\u001b[93m└─────────────────────────────────────────────────────────────────┘"
        },
        "break"
    ]
}
1 Like
{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": "none",
  "modules": [
    "break",
    "os",
    "wm",
    "shell",
    "kernel",
    "terminalfont",
    "break",
    "uptime",
    "packages",
    "memory",
    "disk",
    "break",
    "cpu",
    "gpu",
    "board",
    "break",
    "display",
    "localip",
    "break",
    "colors",
    "break"
  ]
}

2 Likes