mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"source": "opensuse_tumbleweed_small",
|
|
"color": {
|
|
"1": "green"
|
|
}
|
|
},
|
|
"display": {
|
|
"separator": " ",
|
|
"color": {
|
|
"keys": "magenta"
|
|
},
|
|
"size": {
|
|
"ndigits": 0,
|
|
"maxPrefix": "MB"
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "title",
|
|
"color": {
|
|
"user": "green",
|
|
"at": "red",
|
|
"host": "blue"
|
|
}
|
|
},
|
|
"separator",
|
|
{
|
|
"type": "os",
|
|
"key": "╭─",
|
|
"format": "{2} {8}"
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": "├─"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "├─"
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": "├─"
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": "├─"
|
|
},
|
|
{
|
|
"type": "wm",
|
|
"key": "├─"
|
|
},
|
|
// {
|
|
// "type": "custom",
|
|
// "key": "╰─",
|
|
// "format": "\u001b[31m███\u001b[32m███\u001b[33m███\u001b[34m███\u001b[35m███\u001b[36m███"
|
|
// }
|
|
{
|
|
"type": "media",
|
|
"key": "╰─"
|
|
}
|
|
]
|
|
}
|