File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json" ,
33 "display" : {
4- "separator" : " " ,
5- "color" : {
6- "keys" : " #c799ff" ,
7- "title" : " #7300ff" ,
8- "separator" : " #c799ff"
9- },
104 "constants" : [
115 " \u001b [48;2;115;0;255m" , // purple-500 bg
126 " \u001b [38;2;115;0;255m" , // purple-500 fg
137 " \u001b [0m" // reset
148 ]
159 },
1610 "logo" : {
11+ "type" : " small" ,
1712 "color" : {
1813 "1" : " #7300ff" ,
1914 "2" : " #7300ff"
20- },
21- "padding" : {
22- "top" : 0 ,
23- "left" : 0
2415 }
2516 },
2617 "modules" : [
3324 "host" : " #000000"
3425 },
3526 "format" : " {$2}{$3}{$1}{user-name-colored}{$1}{at-symbol-colored}{$1}{host-name-colored}{$3}{$2}{$3}"
36- },
37- " break" ,
38- {
39- "type" : " cpu" ,
40- "key" : " cpu "
41- },
42- {
43- "type" : " gpu" ,
44- "key" : " gpu "
45- },
46- {
47- "type" : " memory" ,
48- "key" : " memory " ,
49- "format" : " {used} of {total}"
50- },
51- {
52- "type" : " swap" ,
53- "key" : " swap " ,
54- "format" : " {used} of {total}"
55- },
56- {
57- "type" : " disk" ,
58- "key" : " disk " ,
59- "format" : " {size-used} of {size-total}" ,
60- "showExternal" : false
6127 }
6228 ]
6329}
You can’t perform that action at this time.
0 commit comments