tonarchy

tonarchy

https://git.tonybtw.com/tonarchy.git git://git.tonybtw.com/tonarchy.git
1,078 bytes raw
1
{
2
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
    "logo": {
4
        "type": "file",
5
        "source": "~/.config/fastfetch/logo.txt",
6
        "padding": {
7
            "top": 1
8
        },
9
        "color": {
10
            "1": "green"
11
        }
12
    },
13
    "display": {
14
        "separator": "  ",
15
        "color": {
16
            "keys": "magenta"
17
        },
18
        "size": {
19
            "ndigits": 0,
20
            "maxPrefix": "MB"
21
        },
22
        "key": {
23
            "type": "icon"
24
        }
25
    },
26
    "modules": [
27
        {
28
            "type": "title",
29
            "color": {
30
                "user": "green",
31
                "at": "red",
32
                "host": "blue"
33
            }
34
        },
35
        {
36
            "type": "os",
37
            "key": "OS", 
38
            "format": "Tonarchy"
39
        },
40
        "kernel",
41
        "memory",
42
        "packages",
43
        "uptime",
44
        {
45
            "type": "colors",
46
            "key": "Colors", 
47
            "block": {
48
                "range": [1, 6]
49
            }
50
        }
51
    ]
52
}