initial commit
This commit is contained in:
42
fastfetch/sakura.jsonc
Normal file
42
fastfetch/sakura.jsonc
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"height": 8,
|
||||
"type": "kitty",
|
||||
"source": "~/Pictures/Fetch/sakura_pixel.png"
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "yellow"
|
||||
},
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
{
|
||||
"type": "os",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"keyIcon": ""
|
||||
},
|
||||
"wm",
|
||||
{
|
||||
"type": "memory",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "",
|
||||
"keyIcon": "",
|
||||
"block": {
|
||||
},
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user