forked from nico/dots
85 lines
1.7 KiB
JSON
85 lines
1.7 KiB
JSON
{
|
|
"logo": {
|
|
"source": "$HOME/.config/fastfetch/ascii.txt",
|
|
"padding": {
|
|
"top": 2,
|
|
"right": 6
|
|
},
|
|
"color": {
|
|
"1": "38;5;231", // skin
|
|
"4": "38;5;217", // hair
|
|
"2": "38;5;206", // eyes
|
|
"3": "38;5;196", // hair tie
|
|
"5": "38;5;15", // kyubey
|
|
"6": "38;5;212", // clothes
|
|
"7": "38;5;241", // gem border
|
|
"8": "38;5;219", // gem inside
|
|
"9": "white",
|
|
},
|
|
},
|
|
"display": {
|
|
"separator": " ",
|
|
"color": {
|
|
"title": "38;5;206",
|
|
"keys": "38;5;219",
|
|
},
|
|
},
|
|
"modules": [
|
|
"break",
|
|
"break",
|
|
{
|
|
"type": "title",
|
|
"keyWidth": 10,
|
|
},
|
|
"break",
|
|
{
|
|
"type": "os",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": " ",
|
|
},
|
|
"break",
|
|
{
|
|
"type": "cpu",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "gpu",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": " ",
|
|
},
|
|
"break",
|
|
{
|
|
"type": "shell",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "terminal",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "wm",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": " ",
|
|
},
|
|
{
|
|
"type": "media",
|
|
"key": " ",
|
|
},
|
|
"break",
|
|
"colors",
|
|
"break",
|
|
]
|
|
}
|