init
This commit is contained in:
22
fastfetch/config.jsonc
Normal file
22
fastfetch/config.jsonc
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user