101 lines
1.3 KiB
JSON
101 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"source": "~/.config/fastfetch/ralsei.png"
|
|
},
|
|
"display": {
|
|
"color": "magenta"
|
|
},
|
|
"modules": [
|
|
"break",
|
|
|
|
{
|
|
"type": "title",
|
|
"keyColor": "blue",
|
|
"format": "{user-name-colored}{at-symbol-colored}{host-name-colored}"
|
|
},
|
|
|
|
"break",
|
|
|
|
{
|
|
"type": "os",
|
|
"key": "OS",
|
|
"format": "{pretty-name}"
|
|
},
|
|
{
|
|
"type": "kernel"
|
|
// "format": "Linux 6.17.0-2-cachyos-ralsei-rt-bore-lto"
|
|
},
|
|
// "packages",
|
|
|
|
"break",
|
|
|
|
"host",
|
|
"uptime",
|
|
|
|
"break",
|
|
|
|
{
|
|
"type": "cpu",
|
|
"format": "{cores-logical}x {name} @ {freq-base} {temperature}",
|
|
"temp": true
|
|
},
|
|
{
|
|
"type": "gpu",
|
|
"format": "{name} [{type}] {temperature}",
|
|
"temp": true
|
|
},
|
|
|
|
"break",
|
|
|
|
"memory",
|
|
"disk",
|
|
|
|
"break",
|
|
|
|
{
|
|
"type": "wm",
|
|
"key": "WM",
|
|
"format": "{pretty-name}"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"key": "Shell",
|
|
"format": "{pretty-name}"
|
|
},
|
|
"terminal",
|
|
"locale",
|
|
|
|
/*
|
|
"break",
|
|
|
|
{
|
|
"type": "weather",
|
|
"location": "Latvia",
|
|
"timeout": 1000,
|
|
"outputFormat": "%t+-+%C"
|
|
},
|
|
*/
|
|
|
|
"break",
|
|
|
|
{
|
|
"type": "media",
|
|
"key": "Song",
|
|
"format": "{artist} — {title}"
|
|
},
|
|
{
|
|
"type": "media",
|
|
"key": "Album",
|
|
"format": "{album}"
|
|
},
|
|
|
|
"break",
|
|
|
|
{
|
|
"type": "colors",
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|