Add configuration for fastfetch
This commit is contained in:
parent
6dc1f0bb5b
commit
a68846e279
1 changed files with 47 additions and 0 deletions
47
.config/fastfetch/config.jsonc
Normal file
47
.config/fastfetch/config.jsonc
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
// Config for `fastfetch`
|
||||
//
|
||||
// See: https://github.com/fastfetch-cli/fastfetch
|
||||
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
||||
"logo": {
|
||||
"type": "small",
|
||||
"padding": {
|
||||
"top": 1,
|
||||
"right": 4
|
||||
}
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"key": {
|
||||
"width": 12
|
||||
}
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
|
||||
"os",
|
||||
"kernel",
|
||||
"uptime",
|
||||
"packages",
|
||||
"shell",
|
||||
|
||||
"break",
|
||||
|
||||
"cpu",
|
||||
"memory",
|
||||
{
|
||||
"type": "disk",
|
||||
"folders": "/"
|
||||
},
|
||||
"localip",
|
||||
|
||||
"break",
|
||||
|
||||
"colors"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue