File tree 1 file changed +115
-106
lines changed
Configs/.config/fastfetch
1 file changed +115
-106
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json" ,
3
- "logo" : {
4
- "source" : " $(find \" ${XDG_CONFIG_HOME:-$HOME/.config}/fastfetch/pngs/\" -name \" *.png\" | shuf -n 1)" ,
5
- "height" : 18
6
- },
7
- "display" : {
8
- "separator" : " : "
9
- },
10
- "modules" : [
11
- {
12
- "type" : " custom" ,
13
- "format" : " \u001b [36m コンピューター"
14
- },
15
- {
16
- "type" : " custom" ,
17
- "format" : " ┌──────────────────────────────────────────┐"
18
- },
19
- {
20
- "type" : " os" ,
21
- "key" : " OS" ,
22
- "keyColor" : " red"
23
- },
24
- {
25
- "type" : " kernel" ,
26
- "key" : " Kernel" ,
27
- "keyColor" : " red"
28
- },
29
- {
30
- "type" : " packages" ,
31
- "key" : " Packages" ,
32
- "keyColor" : " green"
33
- },
34
- {
35
- "type" : " display" ,
36
- "key" : " Display" ,
37
- "keyColor" : " green"
38
- },
39
- {
40
- "type" : " wm" ,
41
- "key" : " WM" ,
42
- "keyColor" : " yellow"
43
- },
44
- {
45
- "type" : " terminal" ,
46
- "key" : " Terminal" ,
47
- "keyColor" : " yellow"
48
- },
49
- {
50
- "type" : " custom" ,
51
- "format" : " └──────────────────────────────────────────┘"
52
- },
53
- " break" ,
54
- {
55
- "type" : " title" ,
56
- "key" : " "
57
- },
58
- {
59
- "type" : " custom" ,
60
- "format" : " ┌──────────────────────────────────────────┐"
61
- },
62
- {
63
- "type" : " cpu" ,
64
- "format" : " {1}" ,
65
- "key" : " CPU" ,
66
- "keyColor" : " blue"
67
- },
68
- {
69
- "type" : " gpu" ,
70
- "format" : " {2}" ,
71
- "key" : " GPU" ,
72
- "keyColor" : " blue"
73
- },
74
- {
75
- "type" : " gpu" ,
76
- "format" : " {3}" ,
77
- "key" : " GPU Driver" ,
78
- "keyColor" : " magenta"
79
- },
80
- {
81
- "type" : " memory" ,
82
- "key" : " Memory" ,
83
- "keyColor" : " magenta"
84
- },
85
- {
86
- "type" : " command" ,
87
- "key" : " OS Age " ,
88
- "keyColor" : " 31" ,
89
- "text" : " birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
90
- },
91
- {
92
- "type" : " uptime" ,
93
- "key" : " Uptime " ,
94
- "keyColor" : " red"
95
- },
96
- {
97
- "type" : " custom" ,
98
- "format" : " └──────────────────────────────────────────┘"
99
- },
100
- {
101
- "type" : " colors" ,
102
- "paddingLeft" : 2 ,
103
- "symbol" : " circle"
104
- },
105
- " break"
106
-
107
- ]
2
+ "$schema" : " https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json" ,
3
+ "logo" : {
4
+ "source" : " $(find \" ${XDG_CONFIG_HOME:-$HOME/.config}/fastfetch/pngs/\" -name \" *.png\" | shuf -n 1)" ,
5
+ "height" : 18
6
+ },
7
+ "display" : {
8
+ "separator" : " : "
9
+ },
10
+ "modules" : [
11
+ {
12
+ "type" : " custom" ,
13
+ "format" : " \u001b [36m コンピューター"
14
+ },
15
+ {
16
+ "type" : " custom" ,
17
+ "format" : " ┌──────────────────────────────────────────┐"
18
+ },
19
+ {
20
+ "type" : " chassis" ,
21
+ "key" : " Chassis" ,
22
+ "format" : " {3}"
23
+ },
24
+ {
25
+ "type" : " os" ,
26
+ "key" : " OS" ,
27
+ "format" : " {2}" ,
28
+ "keyColor" : " red"
29
+ },
30
+ {
31
+ "type" : " kernel" ,
32
+ "key" : " Kernel" ,
33
+ "format" : " {2}" ,
34
+ "keyColor" : " red"
35
+ },
36
+ {
37
+ "type" : " packages" ,
38
+ "key" : " Packages" ,
39
+ "keyColor" : " green"
40
+ },
41
+ {
42
+ "type" : " display" ,
43
+ "key" : " Display" ,
44
+ "format" : " {1}x{2} @ {3}Hz [{7}]" ,
45
+ "keyColor" : " green"
46
+ },
47
+ {
48
+ "type" : " terminal" ,
49
+ "key" : " >_ Terminal" ,
50
+ "keyColor" : " yellow"
51
+ },
52
+ {
53
+ "type" : " wm" ,
54
+ "key" : " WM" ,
55
+ "format" : " {2}" ,
56
+ "keyColor" : " yellow"
57
+ },
58
+ {
59
+ "type" : " custom" ,
60
+ "format" : " └──────────────────────────────────────────┘"
61
+ },
62
+ " break" ,
63
+ {
64
+ "type" : " title" ,
65
+ "key" : " " ,
66
+ "format" : " {6} {7} {8}"
67
+ },
68
+ {
69
+ "type" : " custom" ,
70
+ "format" : " ┌──────────────────────────────────────────┐"
71
+ },
72
+ {
73
+ "type" : " cpu" ,
74
+ "format" : " {1} @ {7}" ,
75
+ "key" : " CPU" ,
76
+ "keyColor" : " blue"
77
+ },
78
+ {
79
+ "type" : " gpu" ,
80
+ "format" : " {1} {2}" ,
81
+ "key" : " GPU" ,
82
+ "keyColor" : " blue"
83
+ },
84
+ {
85
+ "type" : " gpu" ,
86
+ "format" : " {3}" ,
87
+ "key" : " GPU Driver" ,
88
+ "keyColor" : " magenta"
89
+ },
90
+ {
91
+ "type" : " memory" ,
92
+ "key" : " Memory" ,
93
+ "keyColor" : " magenta"
94
+ },
95
+ {
96
+ "type" : " command" ,
97
+ "key" : " OS Age " ,
98
+ "keyColor" : " red" ,
99
+ "text" : " birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
100
+ },
101
+ {
102
+ "type" : " uptime" ,
103
+ "key" : " Uptime " ,
104
+ "keyColor" : " red"
105
+ },
106
+ {
107
+ "type" : " custom" ,
108
+ "format" : " └──────────────────────────────────────────┘"
109
+ },
110
+ {
111
+ "type" : " colors" ,
112
+ "paddingLeft" : 2 ,
113
+ "symbol" : " circle"
114
+ },
115
+ " break"
116
+ ]
108
117
}
You can’t perform that action at this time.
0 commit comments