fastfetch/presets/examples/10.jsonc 4.0 K raw
1
// Load with --load-config examples/2.jsonc
2
// Note that you must replace the image path to an existing image to display it.
3
4
{
5
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
6
    "logo": {
7
        "padding": {
8
            "top": 2
9
        }
10
    },
11
    "display": {
12
        "separator": " -> ",
13
        "constants": [
14
            "──────────────────────────────"
15
        ]
16
    },
17
    "modules": [
18
        {
19
            "type": "custom",
20
            "format": "┌{$1}{$1}┐",
21
            "outputColor": "90"
22
        },
23
        {
24
            "type": "title",
25
            "keyWidth": 10
26
        },
27
        {
28
            "type": "custom",
29
            "format": "└{$1}{$1}┘",
30
            "outputColor": "90"
31
        },
32
        {
33
            "type": "custom",
34
            "format": " {#90}  {#31}  {#32}  {#33}  {#34}  {#35}  {#36}  {#37}  {#38}  {#39}       {#38}  {#37}  {#36}  {#35}  {#34}  {#33}  {#32}  {#31}  {#90}"
35
        },
36
        {
37
            "type": "custom",
38
            "format": "┌{$1}{$1}┐",
39
            "outputColor": "90"
40
        },
41
        {
42
            "type": "os",
43
            "key": "{icon} OS",
44
            "keyColor": "yellow"
45
        },
46
        {
47
            "type": "kernel",
48
            "key": "│ ├",
49
            "keyColor": "yellow"
50
        },
51
        {
52
            "type": "packages",
53
            "key": "│ ├󰏖",
54
            "keyColor": "yellow"
55
        },
56
        {
57
            "type": "shell",
58
            "key": "│ └",
59
            "keyColor": "yellow"
60
        },
61
        {
62
            "type": "wm",
63
            "key": " DE/WM",
64
            "keyColor": "blue"
65
        },
66
        {
67
            "type": "lm",
68
            "key": "│ ├󰧨",
69
            "keyColor": "blue"
70
        },
71
        {
72
            "type": "wmtheme",
73
            "key": "│ ├󰉼",
74
            "keyColor": "blue"
75
        },
76
        {
77
            "type": "icons",
78
            "key": "│ ├󰀻",
79
            "keyColor": "blue"
80
        },
81
        {
82
            "type": "terminal",
83
            "key": "│ ├",
84
            "keyColor": "blue"
85
        },
86
        {
87
            "type": "wallpaper",
88
            "key": "│ └󰸉",
89
            "keyColor": "blue"
90
        },
91
        {
92
            "type": "host",
93
            "key": "󰌢 PC",
94
            "keyColor": "green"
95
        },
96
        {
97
            "type": "cpu",
98
            "key": "│ ├󰻠",
99
            "keyColor": "green"
100
        },
101
        {
102
            "type": "gpu",
103
            "key": "│ ├󰍛",
104
            "keyColor": "green"
105
        },
106
        {
107
            "type": "disk",
108
            "key": "│ ├",
109
            "keyColor": "green"
110
        },
111
        {
112
            "type": "memory",
113
            "key": "│ ├󰑭",
114
            "keyColor": "green"
115
        },
116
        {
117
            "type": "swap",
118
            "key": "│ ├󰓡",
119
            "keyColor": "green"
120
        },
121
        {
122
            "type": "uptime",
123
            "key": "│ ├󰅐",
124
            "keyColor": "green"
125
        },
126
        {
127
            "type": "display",
128
            "key": "│ └󰍹",
129
            "keyColor": "green"
130
        },
131
        {
132
            "type": "sound",
133
            "key": " SND",
134
            "keyColor": "cyan"
135
        },
136
        {
137
            "type": "player",
138
            "key": "│ ├󰥠",
139
            "keyColor": "cyan"
140
        },
141
        {
142
            "type": "media",
143
            "key": "│ └󰝚",
144
            "keyColor": "cyan"
145
        },
146
        {
147
            "type": "custom",
148
            "format": "└{$1}{$1}┘",
149
            "outputColor": "90"
150
        },
151
        "break",
152
        {
153
            "type": "custom",
154
            "format": " {#90}  {#31}  {#32}  {#33}  {#34}  {#35}  {#36}  {#37}  {#38}  {#39}       {#38}  {#37}  {#36}  {#35}  {#34}  {#33}  {#32}  {#31}  {#90}"
155
        }
156
    ]
157
}