{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "type": "small", "padding": { "top": 1 } }, "display": { "separator": "", "keyWidth": 15 }, "modules": [ { "key": "╭───────────╮", "type": "custom" }, { // draw borders first to make colors of left and right border consistant "key": "│ │\u001b[11D\u001b[31m user", "type": "title", "format": "{1}" }, { "key": "│ │\u001b[11D\u001b[32m󰇅 hname", "type": "title", "format": "{2}" }, { "key": "│ │\u001b[11D\u001b[33m󰅐 uptime", "type": "uptime" }, { "key": "│ │\u001b[11D\u001b[34m󰟾 distro", "type": "os" }, { "key": "│ │\u001b[11D\u001b[35m kernel", "type": "kernel" }, { "key": "│ │\u001b[11D\u001b[36m󰇄 desktop", "type": "de" }, { "key": "│ │\u001b[11D\u001b[31m term", "type": "terminal" }, { "key": "│ │\u001b[11D\u001b[32m shell", "type": "shell" }, { "key": "│ │\u001b[11D\u001b[33m󰍛 cpu", "type": "cpu" }, { "key": "│ │\u001b[11D\u001b[34m󰉉 disk", "type": "disk", "folders": "/" }, { "key": "│ │\u001b[11D\u001b[35m memory", "type": "memory" }, { "key": "│ │\u001b[11D\u001b[36m󰩟 network", "type": "localip", "format": "{1} ({4})" }, { "key": "├───────────┤", "type": "custom" }, { "key": "│ │\u001b[11D\u001b[m colors", "type": "colors", "symbol": "circle" }, { "key": "╰───────────╯", "type": "custom" } ] }