{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "display": { "separator": " " }, "modules": [ { "type": "title", "keyWidth": 10 }, { "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": "localIP", "key": "├󰩟 Local IP", "keyColor": "yellow" }, { "type": "uptime", "key": "└󰅐 Start Time", "keyColor": "yellow" }, "break", { "type": "de", "key": " DE", "keyColor": "blue" }, { "type": "wm", "key": "├󰧨 Window Manager", "keyColor": "blue" }, { "type": "lm", "key": "├󰧨 Login Manager", "keyColor": "blue" }, { "type": "wmtheme", "key": "├󰉼 WM Theme", "keyColor": "blue" }, { "type": "theme", "key": "├󰉼 Color Themes", "keyColor": "blue" }, { "type": "icons", "key": "├󰸉 System Icons", "keyColor": "blue" }, { "type": "font", "key": "├ System Fonts", "keyColor": "blue" }, { "type": "terminal", "key": "└ Terminal", "keyColor": "blue" }, "break", { "type": "chassis", "key": "󰌢 PC", "keyColor": "green" }, { "type": "board", "key": "├ Board", "keyColor": "green" }, { "type": "cpu", "key": "├󰻠 CPU", "keyColor": "green", "temp": true, "freqNdigits": 1 }, { "type": "memory", "key": "├󰑭 RAM", "keyColor": "green", "percent": { "type": 3, "green": 30, "yellow": 70 } }, { "type": "swap", "key": "├󰓡 Zram", "keyColor": "green", "percent": { "type": 3, "green": 30, "yellow": 70 } }, { "type": "disk", "key": "├ Disk", "keyColor": "green", "percent": { "type": 3, "green": 30, "yellow": 70 } }, { "type": "gpu", "key": "├󰍛 GPU", "keyColor": "green" }, { "type": "opengl", "key": "├󰍛 OpenGL", "keyColor": "green" }, { "type": "vulkan", "key": "├󰍛 Vulkan", "keyColor": "green" }, { "type": "display", "key": "└󰍹 Display(s)", "keyColor": "green" }, "break", { "type": "custom", "format": "\u001b[1m\u001b[31m󰆦 \u001b[1m\u001b[32m󰆦 \u001b[1m\u001b[33m󰆦 \u001b[1m\u001b[34m󰆦 \u001b[1m\u001b[35m󰆦 \u001b[1m\u001b[36m󰆦 \u001b[1m\u001b[37m󰆦 \u001b[1m\u001b[30m󰆦 \u001b[1m\u001b[91m󰆦 \u001b[1m\u001b[92m󰆦 \u001b[1m\u001b[93m󰆦 \u001b[1m\u001b[94m󰆦 \u001b[1m\u001b[95m󰆦 \u001b[1m\u001b[96m󰆦 \u001b[1m\u001b[97m󰆦 \u001b[1m\u001b[90m󰆦" } ] }