This commit is contained in:
Kris
2026-03-28 18:31:43 +02:00
parent bcb06844ca
commit c87bd55ce3
66 changed files with 1034 additions and 1222 deletions

View File

@@ -0,0 +1,114 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/deltarune.png"
},
"display": {
"color": "magenta"
},
"modules": [
"break",
{
"type": "title",
"keyColor": "blue",
"outputColor": "magenta",
"format": "kris@darkworld" // "{user-name-colored}{at-symbol-colored}{host-name-colored}"
},
"break",
{
"type": "os",
"key": "OS",
"format": "DARKWORLD NIXOS"
},
{
"type": "kernel",
"format": "Linux 6.17.0-2-dark-fountain"
},
{
"type": "packages",
"format": "9999 (darkworld), 4 (deltarune), 1 (the-prophecy)"
},
//"packages",
"break",
//"host",
{
"type": "os",
"key": "Host",
"format": "Hopes and Dreams"
},
{
"type": "uptime",
"format": "a few minutes"
},
//"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"
}
]
}