This commit is contained in:
2026-03-16 01:59:49 -04:00
parent a09a4096b0
commit bba5f6794a
468 changed files with 60004 additions and 0 deletions

22
fastfetch/config.jsonc Normal file
View File

@@ -0,0 +1,22 @@
{
"logo": {
"type": "sixel",
"source": "/home/c2ny/Pictures/__wanwan_and_nyanko_original_drawn_by_onlinepetclub__80bd2b77f72061923820b31010f62f4b.jpg",
"height": 12,
"padding": { "right": 2, "bottom": 1 }
},
"modules": [
"break",
{ "type": "os", "key": "os", "keyColor": "yellow" },
{ "type": "kernel", "key": "ker", "keyColor": "green" },
{ "type": "packages","key": "pkgs", "keyColor": "cyan" },
{ "type": "shell", "key": "sh", "keyColor": "blue" },
{ "type": "wm", "key": "wm", "keyColor": "magenta" },
{ "type": "uptime", "key": "up", "keyColor": "green" },
{ "type": "cpu", "key": "cpu", "keyColor": "red" },
{ "type": "memory", "key": "ram", "keyColor": "yellow" },
{ "type": "disk", "key": "disk", "keyColor": "cyan" },
{ "type": "terminal", "key": "term", "keyColor": "blue" },
{ "type": "terminalFont", "key": "font", "keyColor": "magenta" }
]
}