fastfetch/presets/examples/22.jsonc 2.6 K raw
1
// Designed for Arch Linux
2
// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
3
{
4
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
5
    "logo": {
6
        "source": "arch3",
7
        "color": {
8
            "1": "red",
9
            "2": "yellow"
10
        }
11
    },
12
    "display": {
13
        "color": {
14
            "separator": "blue"
15
        },
16
        "separator": " | ",
17
        "constants": [
18
            ">-----------<+>---------------------------------------------<"
19
        ]
20
    },
21
    "modules": [
22
        {
23
            "type": "kernel",
24
            "key": " /\\rch Linux",
25
            "keyColor": "magenta"
26
        },
27
        {
28
            "type": "custom",
29
            "format": "{$1}",
30
            "outputColor": "separator"
31
        },
32
        {
33
            "type": "uptime",
34
            "key": "   Uptime   ",
35
            "keyColor": "green"
36
        },
37
        {
38
            "type": "shell",
39
            "key": "   Shell    ",
40
            "keyColor": "green"
41
        },
42
        {
43
            "type": "terminal",
44
            "key": "   Terminal ",
45
            "keyColor": "green"
46
        },
47
        {
48
            "type": "terminalfont",
49
            "key": "   Font     ",
50
            "keyColor": "green"
51
        },
52
        {
53
            "type": "packages",
54
            "key": "   Packages ",
55
            "keyColor": "green"
56
        },
57
        {
58
            "type": "localip",
59
            "key": "   Local IP ",
60
            "keyColor": "green"
61
        },
62
        {
63
            "type": "custom",
64
            "format": "{$1}",
65
            "outputColor": "separator"
66
        },
67
        {
68
            "type": "display",
69
            "key": "   Display  ",
70
            "keyColor": "cyan"
71
        },
72
        {
73
            "type": "cpu",
74
            "key": "   CPU      ",
75
            "keyColor": "cyan"
76
        },
77
        {
78
            "type": "gpu",
79
            "key": "   GPU      ",
80
            "keyColor": "cyan"
81
        },
82
        {
83
            "type": "memory",
84
            "key": "   RAM      ",
85
            "keyColor": "cyan"
86
        },
87
        {
88
            "type": "swap",
89
            "key": "   SWAP     ",
90
            "keyColor": "cyan"
91
        },
92
        {
93
            "type": "disk",
94
            "key": "   Disk     ",
95
            "keyColor": "cyan"
96
        },
97
        {
98
            "type": "battery",
99
            "key": "   Battery  ",
100
            "keyColor": "cyan"
101
        },
102
        {
103
            "type": "custom",
104
            "format": "{$1}",
105
            "outputColor": "separator"
106
        },
107
        "break",
108
        {
109
            "type": "colors",
110
            "paddingLeft": 15
111
        }
112
    ]
113
}