48 lines
818 B
JSON
48 lines
818 B
JSON
{
|
|
// "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"height": 8,
|
|
"type": "kitty",
|
|
"source": "~/Pictures/Fetch/Japan/ghost_pixel.png"
|
|
// "source": "$(ls ~/Pictures/Fetch/Japan/* | shuf -n 1)"
|
|
},
|
|
"display": {
|
|
"separator": " ",
|
|
"color": {
|
|
"keys": "red"
|
|
},
|
|
"key": {
|
|
"type": "icon"
|
|
}
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
{
|
|
"type": "os",
|
|
"keyIcon": ""
|
|
},
|
|
{
|
|
"type": "host",
|
|
"keyIcon": ""
|
|
},
|
|
"wm",
|
|
{
|
|
"type": "memory",
|
|
"keyIcon": ""
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"keyIcon": ""
|
|
},
|
|
{
|
|
"type": "colors",
|
|
"key": "",
|
|
"keyIcon": "",
|
|
"block": {
|
|
},
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|