1 { 2 "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/schema.json", 3 "logo": { 4 "type": "small", 5 "padding": { 6 "top": 2, 7 "left": 2, 8 "right": 2 9 } 10 }, 11 "display": { 12 "separator": " : " 13 }, 14 "modules": [ 15 "title", 16 "separator", 17 "uptime", 18 "cpu", 19 "memory" 20 ] 21 }