aboutsummaryrefslogtreecommitdiffstats
path: root/config/fastfetch/kooldots-gentoo.jsonc
blob: 591f77558114178a3a1bbb5a06ff2ac9e423db4d (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",

    "logo": {
        "type": "kitty-direct",
        "source": "$HOME/.config/fastfetch/images/gentoo1.png",
        // "type": "small",
        "width": 20,
        "height": 10,
        "padding": {
            "top": 4,
            "right": 4,
            "left": 2
        }
    },

    "display": {
        "separator": "   ",
        "color": {
            "keys": "white"
        },
        "key": {
            "width": 18
        },
        "brightColor": false
    },

    "modules": [
        "break",
        "break",

        // ── Identity header ────────────────────────────────────────────
        // {
        //     "type": "custom",
        //     "format": "\u001b[1m\u001b[38;5;197m   <---- KoolDots ---->\u001b[0m"
        // },
        // "break",

        "break",
        // ── System ─────────────────────────────────────────────────────
        {
            "type": "custom",
            "format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mSYSTEM\u001b[0m \u001b[38;5;197m──────────────────────────\u001b[0m"
        },
        {
            "type": "os",
            "key": "  {icon}  OS"
        },
        {
            "type": "kernel",
            "key": "  {icon}  Kernel"
        },
        {
            "type": "command",
            "key": "  {icon}  Hostname",
            "text": "printf '%s@%s' \"$USER\" \"$(hostname)\""
        },
        {
            "type": "uptime",
            "key": "  {icon}  Uptime"
        },
        {
            "type": "packages",
            "key": "  {icon}  Packages"
        },
        {
            "type": "disk",
            "key": "  {icon}  OS Age",
            "folders": "/",
            "format": "installed {create-time:10}  ({days} days ago)"
        },
        "break",

        // ── Hardware ───────────────────────────────────────────────────
        {
            "type": "custom",
            "format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mHARDWARE\u001b[0m \u001b[38;5;197m────────────────────────\u001b[0m"
        },
        {
            "type": "host",
            "key": "  {icon}  Machine",
            "format": "{name}"
        },
        {
            "type": "cpu",
            "key": "  {icon}  CPU",
            "showPeCoreCount": true
        },
        {
            "type": "gpu",
            "key": "  {icon}  GPU"
        },
        {
            "type": "memory",
            "key": "  {icon}  RAM",
            "percent": {
                "type": 3,
                "green": 40,
                "yellow": 75
            }
        },
        {
            "type": "disk",
            "key": "  {icon}  Disk",
            "format": "{size-used} / {size-total} ({size-percentage})"
        },
        "break",

        // ── Desktop ────────────────────────────────────────────────────
        {
            "type": "custom",
            "format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mDESKTOP\u001b[0m \u001b[38;5;197m─────────────────────────\u001b[0m"
        },
        {
            "type": "wm",
            "key": "  {icon}  WM"
        },
        {
            "type": "command",
            "key": "    KoolDots",
            "text": "echo v${DOTS_VERSION}"
        },
        {
            "type": "display",
            "key": "  {icon}  Display",
            "compactType": "original-with-refresh-rate"
        },
        {
            "type": "shell",
            "key": "  {icon}  Shell"
        },
        {
            "type": "terminal",
            "key": "  {icon}  Terminal"
        },
        {
            "type": "editor",
            "key": "  {icon}  Editor"
        },
        "break",

        // ── Footer ─────────────────────────────────────────────────────
        // {
            // black → dark pink → hot pink → light pink → white
        //     "type": "custom",
        //     "format": " \u001b[48;5;232m  \u001b[48;5;53m  \u001b[48;5;89m  \u001b[48;5;125m  \u001b[48;5;161m  \u001b[48;5;197m  \u001b[48;5;198m  \u001b[48;5;199m  \u001b[48;5;205m  \u001b[48;5;211m  \u001b[48;5;224m  \u001b[48;5;231m  \u001b[0m"
        // },
        "break"
    ]
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage