summaryrefslogtreecommitdiffstats
path: root/presets/examples/4.jsonc
blob: 385af68b70c303f2b4e52d1988822f5d485ecf03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Load with --config examples/4.jsonc

{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": {
        "type": "small",
        "padding": {
            "right": 1
        }
    },
    "display": {
        "size": {
            "binaryPrefix": "si"
        },
        "color": "blue",
        "separator": "  "
    },
    "modules": [
        {
            "type": "datetime",
            "key": "Date",
            "format": "{1}-{3}-{11}"
        },
        {
            "type": "datetime",
            "key": "Time",
            "format": "{14}:{17}:{20}"
        },
        "break",
        "player",
        "media"
    ]
}