Funny
This commit is contained in:
parent
0ae62847f2
commit
eec97664ec
3 changed files with 42 additions and 0 deletions
35
.config/fastfetch/config.jsonc
Normal file
35
.config/fastfetch/config.jsonc
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"os",
|
||||
"host",
|
||||
"kernel",
|
||||
"uptime",
|
||||
"packages",
|
||||
"shell",
|
||||
"de",
|
||||
"terminal",
|
||||
{ "type": "terminalFont", "key": "Font" },
|
||||
"cpu",
|
||||
"gpu",
|
||||
"memory",
|
||||
{ "type": "localip", "key": "IP" },
|
||||
"battery",
|
||||
"poweradapter"
|
||||
],
|
||||
"display": {
|
||||
"key": { "width": 11 },
|
||||
"brightColor": true,
|
||||
},
|
||||
"logo": {
|
||||
"type": "raw",
|
||||
"source": "~/.config/fastfetch/neko.sixel",
|
||||
"width": 14,
|
||||
"height": 14,
|
||||
"padding": {
|
||||
"top": 1,
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue