config.jsonc (1600B)
1 { 2 "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", 3 "logo": { 4 "type": "small", 5 "padding": { 6 "top": 2, 7 "left": 3, 8 }, 9 }, 10 "display": { 11 "separator": "", 12 "key": { 13 "width": 15, 14 }, 15 "color": { 16 "keys": "white", 17 "title": "red", 18 }, 19 }, 20 "modules": [ 21 { 22 "key": "╭───────────╮", 23 "type": "custom", 24 }, 25 { 26 "key": "│ │\u001b[11D{#36} user", 27 "type": "title", 28 }, 29 { 30 "key": "│ │\u001b[11D{#38} os", 31 "type": "os", 32 "format": "{2}", 33 }, 34 { 35 "key": "│ │\u001b[11D{#31} uptime", 36 "type": "uptime", 37 }, 38 { 39 "key": "│ │\u001b[11D{#32} term", 40 "type": "terminal", 41 "format": "{5}", 42 }, 43 { 44 "key": "│ │\u001b[11D{#33} shell", 45 "type": "shell", 46 }, 47 { 48 "key": "│ │\u001b[11D{#34} cpu", 49 "type": "cpu", 50 "format": "{1}", 51 }, 52 { 53 "key": "│ │\u001b[11D{#37} gpu", 54 "type": "gpu", 55 "format": "{2}", 56 }, 57 { 58 "key": "│ │\u001b[11D{#35} memory", 59 "type": "memory", 60 }, 61 { 62 "key": "│ │\u001b[11D{#39} swap", 63 "type": "swap", 64 }, 65 { 66 "key": "│ │\u001b[11D{#36} network", 67 "type": "localip", 68 "format": "{1} ({4})", 69 }, 70 { 71 "key": "╰───────────╯", 72 "type": "custom", 73 }, 74 ], 75 }