fastfetch/presets/examples/19.jsonc 5.1 K raw
1
//   _____ _____ _____ _____ _____ _____ _____ _____ _____
2
//  |   __|  _  |   __|_   _|   __|   __|_   _|     |  |  |
3
//  |   __|     |__   | | | |   __|   __| | | |   --|     |
4
//  |__|  |__|__|_____| |_| |__|  |_____| |_| |_____|__|__|
5
//
6
//  By CarterLi - https://github.com/CarterLi
7
//  Homepage - https://github.com/fastfetch-cli/fastfetch
8
//  config.jsonc - ニリ @niri-san
9
//  pokemon-colorscripts - https://gitlab.com/phoneybadger/pokemon-colorscripts
10
{
11
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
12
    "logo": {
13
        "source": " _____ _____ _____ _____ _____ _____ _____ _____ _____\n|   __|  _  |   __|_   _|   __|   __|_   _|     |  |  |\n|   __|     |__   | | | |   __|   __| | | |   --|     |\n|__|  |__|__|_____| |_| |__|  |_____| |_| |_____|__|__|",
14
        "type": "data",
15
        "position": "top",
16
        "padding": {
17
            "right": 2
18
        }
19
    },
20
    "display": {
21
        "separator": " - "
22
    },
23
    "modules": [
24
        {
25
            "type": "custom", // HardwareInfo
26
            "format": "• {#green}SYSTEM INFORMATION"
27
        },
28
        {
29
            "type": "host",
30
            "key": "HOST",
31
            "format": "{name}{?vendor} ({vendor}){?}",
32
            "keyColor": "green"
33
        },
34
        {
35
            "type": "chassis",
36
            "key": "COMPUTER TYPE",
37
            "keyColor": "green"
38
        },
39
        {
40
            "type": "cpu",
41
            "key": "CPU",
42
            "keyColor": "green"
43
        },
44
        {
45
            "type": "gpu",
46
            "key": "GPU",
47
            "keyColor": "green"
48
        },
49
        {
50
            "type": "memory",
51
            "key": "MEMORY USED",
52
            "keyColor": "green"
53
        },
54
        {
55
            "type": "swap",
56
            "key": "SWAP USED",
57
            "keyColor": "green"
58
        },
59
        {
60
            "type": "disk",
61
            "key": "DISK",
62
            "folders": "/",
63
            "keyColor": "green"
64
        },
65
        {
66
            "type": "custom", // SoftwareInfo
67
            "format": "• {#red}SOFTWARE INFORMATION"
68
        },
69
        {
70
            "type": "os",
71
            "key": "DISTRO",
72
            "keyColor": "red"
73
        },
74
        {
75
            "type": "disk",
76
            "folders": "/", // Use "/System/Volumes/VM" or something else on macOS
77
            "format": "{create-time}",
78
            "key": "INSTALLED DATE",
79
            "keyColor": "red"
80
        },
81
        {
82
            "type": "kernel",
83
            "key": "KERNEL",
84
            "keyColor": "red"
85
        },
86
        {
87
            "type": "packages",
88
            "key": "PACKAGES",
89
            "keyColor": "red"
90
        },
91
        {
92
            "type": "uptime",
93
            "key": "UPTIME",
94
            "keyColor": "red"
95
        },
96
        {
97
            "type": "custom", // DisplayInfo
98
            "format": "• {#blue}DISPLAY INFORMATION"
99
        },
100
        {
101
            "type": "de",
102
            "key": "DESKTOP ENVIRONMENT",
103
            "keyColor": "blue"
104
        },
105
        {
106
            "type": "lm",
107
            "key": "LOGIN MANAGER",
108
            "format": "{type}",
109
            "keyColor": "blue"
110
        },
111
        {
112
            "type": "wm",
113
            "key": "WM",
114
            "keyColor": "blue"
115
        },
116
        {
117
            "type": "wmtheme",
118
            "key": "WM THEME",
119
            "keyColor": "blue"
120
        },
121
        {
122
            "type": "display",
123
            "key": "MONITOR ({name})",
124
            "keyColor": "blue",
125
            "format": "{width}x{height} @ {refresh-rate} Hz - {physical-width}x{physical-height} mm ({inch} inches, {ppi} ppi)"
126
        },
127
        {
128
            "type": "custom", // DesignInfo
129
            "format": "• {#yellow}DESIGN INFORMATION"
130
        },
131
        {
132
            "type": "wallpaper",
133
            "key": "WALLPAPER",
134
            "keyColor": "yellow"
135
        },
136
        {
137
            "type": "theme",
138
            "key": "KDE THEME",
139
            "format": "{1}",
140
            "keyColor": "yellow"
141
        },
142
        {
143
            "type": "icons",
144
            "key": "ICON THEME",
145
            "format": "{1}",
146
            "keyColor": "yellow"
147
        },
148
        {
149
            "type": "font",
150
            "key": "FONT",
151
            "format": "{?1}{1} [Qt]{?}{/1}Unknown", // Remove "[Qt]" if not using Qt
152
            "keyColor": "yellow"
153
        },
154
        {
155
            "type": "terminalfont",
156
            "key": "TERMINAL FONT",
157
            "keyColor": "yellow"
158
        },
159
        {
160
            "type": "cursor",
161
            "key": "CURSOR",
162
            "keyColor": "yellow"
163
        },
164
        {
165
            "type": "custom", // OtherInfo
166
            "format": "• {#cyan}VARIOUS INFORMATION"
167
        },
168
        {
169
            "type": "media",
170
            "key": "NOW PLAYING",
171
            "format": "{?artist}{artist} - {?}{title}",
172
            "keyColor": "cyan"
173
        },
174
        {
175
            "type": "weather",
176
            "key": "WEATHER",
177
            "timeout": 1000,
178
            "keyColor": "cyan"
179
        },
180
        {
181
            "type": "version",
182
            "key": "INFO",
183
            "keyColor": "cyan"
184
        },
185
        "break",
186
        "colors",
187
        "break"
188
    ]
189
}