forked from nico/dots
74 lines
1.4 KiB
JSON
74 lines
1.4 KiB
JSON
{
|
|
"logo": {
|
|
"source": "$HOME/.config/fastfetch/ascii.txt",
|
|
"padding": {
|
|
"top": 2,
|
|
"right": 6
|
|
}
|
|
},
|
|
"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",
|
|
]
|
|
}
|