1
+
1
2
{
2
- "$schema" : " https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json" ,
3
- "logo" : {
4
- "padding" : {
5
- "top" : 2 ,
6
- "left" : 1 ,
7
- "right" : 2
8
- }
9
- },
10
- "display" : {
11
- "separator" : " "
12
- },
13
- "modules" : [
14
- // Title
15
- {
16
- "type" : " title" ,
17
- "format" : " {#1}╭───────────── {#}{user-name-colored}"
18
- },
19
- // System Information
20
- {
21
- "type" : " custom" ,
22
- "format" : " {#1}│ {#}System Information"
23
- },
24
- {
25
- "type" : " os" ,
26
- "key" : " {#separator}│ {#keys} OS"
27
- },
28
- {
29
- "type" : " kernel" ,
30
- "key" : " {#separator}│ {#keys} Kernel"
31
- },
32
- {
33
- "type" : " uptime" ,
34
- "key" : " {#separator}│ {#keys} Uptime"
35
- },
36
- {
37
- "type" : " packages" ,
38
- "key" : " {#separator}│ {#keys} Packages" ,
39
- "format" : " {all}"
40
- },
41
- {
42
- "type" : " custom" ,
43
- "format" : " {#1}│"
44
- },
45
- // Desktop Environment
46
- {
47
- "type" : " custom" ,
48
- "format" : " {#1}│ {#}Desktop Environment"
49
- },
50
- {
51
- "type" : " de" ,
52
- "key" : " {#separator}│ {#keys} DE"
53
- },
54
- {
55
- "type" : " wm" ,
56
- "key" : " {#separator}│ {#keys} WM"
57
- },
58
- {
59
- "type" : " wmtheme" ,
60
- "key" : " {#separator}│ {#keys} Theme"
61
- },
62
- {
63
- "type" : " display" ,
64
- "key" : " {#separator}│ {#keys} Resolution"
65
- },
66
- {
67
- "type" : " shell" ,
68
- "key" : " {#separator}│ {#keys} Shell"
69
- },
70
- {
3
+ "$schema" : " https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json" ,
4
+ "logo" : {
5
+ "padding" : {
6
+ "top" : 1
7
+ }
8
+ },
9
+ "display" : {
10
+ "separator" : " "
11
+ },
12
+ "modules" : [
13
+ " break" ,
14
+ {
15
+ "type" : " os" ,
16
+ "key" : " DISTRO" ,
17
+ "keyColor" : " yellow"
18
+ },
19
+ {
20
+ "type" : " kernel" ,
21
+ "key" : " │ ├" ,
22
+ "keyColor" : " yellow"
23
+ },
24
+ {
25
+ "type" : " packages" ,
26
+ "key" : " │ ├" ,
27
+ "keyColor" : " yellow"
28
+ },
29
+ {
30
+ "type" : " command" ,
31
+ "key" : " │ ├" ,
32
+ "keyColor" : " yellow" ,
33
+ "text" : " birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
34
+ },
35
+ {
36
+ "type" : " shell" ,
37
+ "key" : " │ └" ,
38
+ "keyColor" : " yellow"
39
+ },
40
+
41
+ {
42
+ "type" : " wm" ,
43
+ "key" : " DE/WM" ,
44
+ "keyColor" : " blue"
45
+ },
46
+ {
47
+ "type" : " wmtheme" ,
48
+ "key" : " │ ├" ,
49
+ "keyColor" : " blue"
50
+ },
51
+ {
52
+ "type" : " icons" ,
53
+ "key" : " │ ├" ,
54
+ "keyColor" : " blue"
55
+ },
56
+ {
57
+ "type" : " cursor" ,
58
+ "key" : " │ ├" ,
59
+ "keyColor" : " blue" ,
60
+ },
61
+ {
71
62
"type" : " terminalfont" ,
72
- "key" : " {#separator}│ {#keys} Font"
73
- },
74
- {
75
- "type" : " custom" ,
76
- "format" : " {#1}│"
77
- },
78
- // Hardware Information
79
- {
80
- "type" : " custom" ,
81
- "format" : " {#1}│ {#}Hardware Information"
82
- },
83
- {
84
- "type" : " cpu" ,
85
- "key" : " {#separator}│ {#keys} CPU"
86
- },
87
- {
88
- "type" : " gpu" ,
89
- "key" : " {#separator}│ {#keys} GPU"
90
- },
91
- {
92
- "type" : " memory" ,
93
- "key" : " {#separator}│ {#keys} Memory"
94
- },
95
- {
96
- "type" : " disk" ,
97
- "key" : " {#separator}│ {#keys} Disk (/)" ,
98
- "folders" : " /"
99
- },
100
- {
101
- "type" : " custom" ,
102
- "format" : " {#1}│"
103
- },
104
- // Colors
105
- {
106
- "type" : " colors" ,
107
- "key" : " {#separator}│" ,
108
- "symbol" : " circle"
109
- },
110
- // Footer
111
- {
112
- "type" : " custom" ,
113
- "format" : " {#1}╰───────────────────────────────╯"
114
- }
63
+ "key" : " │ ├" ,
64
+ "keyColor" : " blue" ,
65
+ },
66
+ {
67
+ "type" : " terminal" ,
68
+ "key" : " │ └" ,
69
+ "keyColor" : " blue"
70
+ },
71
+ {
72
+ "type" : " host" ,
73
+ "key" : " SYSTEM" ,
74
+ "keyColor" : " green"
75
+ },
76
+ {
77
+ "type" : " cpu" ,
78
+ "key" : " │ ├" ,
79
+ "keyColor" : " green"
80
+ },
81
+ {
82
+ "type" : " gpu" ,
83
+ "key" : " │ ├" ,
84
+ "format" : " {2}" ,
85
+ "keyColor" : " green"
86
+ },
87
+ {
88
+ "type" : " display" ,
89
+ "key" : " │ ├" ,
90
+ "keyColor" : " green" ,
91
+ "compactType" : " original-with-refresh-rate"
92
+ },
93
+ {
94
+ "type" : " memory" ,
95
+ "key" : " │ ├" ,
96
+ "keyColor" : " green"
97
+ },
98
+ {
99
+ "type" : " swap" ,
100
+ "key" : " │ ├" ,
101
+ "keyColor" : " green"
102
+ },
103
+ {
104
+ "type" : " uptime" ,
105
+ "key" : " │ ├" ,
106
+ "keyColor" : " green"
107
+ },
108
+ {
109
+ "type" : " sound" ,
110
+ "key" : " AUDIO" ,
111
+ "format" : " {2}" ,
112
+ "keyColor" : " magenta"
113
+ },
114
+ {
115
+ "type" : " player" ,
116
+ "key" : " │ ├" ,
117
+ "keyColor" : " magenta"
118
+ },
119
+ {
120
+ "type" : " media" ,
121
+ "key" : " │ └" ,
122
+ "keyColor" : " magenta"
123
+ },
124
+ {
125
+ "type" : " custom" ,
126
+ "format" : " \u001b [90m \u001b [31m \u001b [32m \u001b [33m \u001b [34m \u001b [35m \u001b [36m \u001b [37m \u001b [38m \u001b [39m \u001b [39m \u001b [38m \u001b [37m \u001b [36m \u001b [35m \u001b [34m \u001b [33m \u001b [32m \u001b [31m \u001b [90m "
127
+ },
128
+ " break" ,
115
129
]
116
- }
130
+ }
0 commit comments