Files
SDG-OS/sdgos/fastfetch/conf/ascii-art.jsonc
T

67 lines
1.5 KiB
JSON

// _____ _____ _____ _____ _____ _____ _____ _____ _____
// | __| _ | __|_ _| __| __|_ _| | | |
// | __| |__ | | | | __| __| | | | --| |
// |__| |__|__|_____| |_| |__| |_____| |_| |_____|__|__| ASCII-ART
//
// by Bina
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"separator": " • "
},
"modules": [
"break",
"break",
{
"type": "title",
"color": {
"user": "32", // = color2
"at": "37",
"host": "32"
}
},
"break",
{
"type": "os",
"key": "distribution ",
"keyColor": "33",
},
{
"type": "kernel",
"key": "linux kernel ",
"keyColor": "33",
},
{
"type": "packages",
"format": "{} (pacman)",
"key": "packages ",
"keyColor": "33",
},
{
"type": "shell",
"key": "unix shell ",
"keyColor": "33",
},
{
"type": "terminal",
"key": "terminal ",
"keyColor": "33",
},
{
"type": "wm",
"format": "{} ({3})",
"key": "window manager ",
"keyColor": "33",
},
"break",
{
"type": "colors",
"symbol": "circle",
},
"break",
"break",
]
}