Add pokemon-colorscripts to fastfetch
This commit is contained in:
parent
ad0157ade2
commit
320a2fb4dd
1 changed files with 32 additions and 0 deletions
32
shell/.config/fastfetch/config.jsonc
Normal file
32
shell/.config/fastfetch/config.jsonc
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"type": "command-raw",
|
||||
"source": "pokemon-colorscripts --no-title -rn lucario,riolu"
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"os",
|
||||
"host",
|
||||
"kernel",
|
||||
"uptime",
|
||||
"packages",
|
||||
"shell",
|
||||
"display",
|
||||
"de",
|
||||
"wmtheme",
|
||||
"theme",
|
||||
"font",
|
||||
"terminal",
|
||||
"terminalfont",
|
||||
"cpu",
|
||||
"gpu",
|
||||
"memory",
|
||||
"swap",
|
||||
"disk",
|
||||
"localip",
|
||||
"battery",
|
||||
"poweradapter"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue