fix: fixed fastfetch preset dff41a2c
Steve · 2025-08-21 11:55 1 file(s) · +8 −3
fastfetch/presets/examples/20.jsonc +8 −3
12 12
            "type": 6
13 13
        },
14 14
        "bar": {
15 -
            "borderLeft": "",
16 -
            "borderRight": "",
17 -
            "charElapsed": "█",
15 +
            "border": {
16 +
        "left": "",
17 +
        "right": "",
18 +
            
19 +
            },
20 +
            "char": {
21 +
              "elapsed": "█",
22 +
            },
18 23
            "charTotal": "░",
19 24
            "width": 40
20 25
        },