Code: Select all
mkdir -p /home/spot/.config/fastfetch
cat <<'GKS' >> /home/spot/.config/fastfetch/config.jsonc
// ttf-nerd-fonts-symbols
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"color": {"1": "blue", "2": "black"}
},
"display": {
"separator": " ▸ "
},
"modules": [
{
"type": "title"
},
"break",
{
"type": "custom",
"format": "\u001b[90m┌────────────────────────────────────────────────────────────┐"
},
{
"type": "os",
"key": "",
"keycolor": "blue"
},
{
"type": "kernel",
"key": "",
"keycolor": "blue"
},
{
"type": "de",
"key": "",
"keycolor": "blue"
},
{
"type": "wm",
"key": "",
"keycolor": "blue"
},
{
"type": "packages",
"key": "",
"keycolor": "blue"
},
{
"type": "custom",
"format": "\u001b[90m├─────────────────────────────────────────────────────────────┤"
},
{
"type": "memory",
"key": "",
"keycolor": "blue"
},
{
"type": "cpu",
"key": "",
"keycolor": "blue"
},
{
"type": "gpu",
"key": "",
"keycolor": "blue"
},
{
"type": "swap",
"key": "",
"keycolor": "blue"
},
{
"type": "disk",
"key": "",
"keycolor": "blue"
},
{
"type": "battery",
"key": "",
"keycolor": "blue"
},
{
"type": "custom",
"format": "\u001b[90m├─────────────────────────────────────────────────────────────┤"
},
{
"type": "uptime",
"key": "",
"keycolor": "blue"
},
{
"type": "terminal",
"key": "",
"keycolor": "blue"
},
{
"type": "custom",
"format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
},
{
"type": "colors",
"paddingLeft": 25,
"symbol": "circle",
"block": {
"width": 10
}
}
]
}
GKS