🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bfbcefcfe4ebe53fba9d84261a60e11bac4e9b05 47 lines 691 B view raw
1{ 2 "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", 3 "logo": null, 4 "display": { "separator": " › " }, 5 "modules": [ 6 "break", 7 8 { 9 "type": "os", 10 "key": "OS ", 11 "keyColor": "blue", 12 }, 13 14 { 15 "type": "kernel", 16 "key": "KER ", 17 "keyColor": "blue", 18 }, 19 20 { 21 "type": "shell", 22 "key": "SH ", 23 "keyColor": "blue", 24 }, 25 26 { 27 "type": "terminal", 28 "key": "TER ", 29 "keyColor": "blue", 30 }, 31 32 { 33 "type": "wm", 34 "key": "WM ", 35 "keyColor": "blue", 36 }, 37 38 "break", 39 40 { 41 "type": "colors", 42 "symbol": "circle", 43 }, 44 45 "break", 46 ], 47}