File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json" ,
3+ "logo" : {
4+ "type" : " small" ,
5+ "padding" : {
6+ "top" : 1
7+ }
8+ },
9+ "display" : {
10+ "separator" : " "
11+ },
12+ "modules" : [
13+ " break" ,
14+ " title" ,
15+ {
16+ "type" : " os" ,
17+ "key" : " os " ,
18+ "keyColor" : " red"
19+ },
20+ {
21+ "type" : " kernel" ,
22+ "key" : " kernel" ,
23+ "keyColor" : " green"
24+ },
25+ {
26+ "type" : " host" ,
27+ "format" : " {vendor} {family}" ,
28+ "key" : " host " ,
29+ "keyColor" : " yellow"
30+ },
31+ {
32+ "type" : " packages" ,
33+ "key" : " pkgs " ,
34+ "keyColor" : " blue"
35+ },
36+ {
37+ "type" : " uptime" ,
38+ "format" : " {?days}{days}d {?}{hours}h {minutes}m" ,
39+ "key" : " uptime" ,
40+ "keyColor" : " magenta"
41+ },
42+ {
43+ "type" : " memory" ,
44+ "key" : " memory" ,
45+ "keyColor" : " cyan"
46+ },
47+ " break"
48+ ]
49+ }
You can’t perform that action at this time.
0 commit comments