better structure
This commit is contained in:
58
config/fastfetch/brief.jsonc
Normal file
58
config/fastfetch/brief.jsonc
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"modules": [
|
||||
{
|
||||
"type": "title"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"key": " os",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
"key": "└ kernel",
|
||||
"type": "kernel"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"key": " host",
|
||||
"type": "host"
|
||||
},
|
||||
{
|
||||
"key": "├ gpu",
|
||||
"type": "gpu",
|
||||
"format": "{vendor} {name}"
|
||||
},
|
||||
{
|
||||
"key": "└ cpu",
|
||||
"type": "cpu",
|
||||
"format": "{name}"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"key": " shell",
|
||||
"type": "shell"
|
||||
},
|
||||
{
|
||||
"key": "├ wm",
|
||||
"type": "wm"
|
||||
},
|
||||
{
|
||||
"key": "├ de",
|
||||
"type": "de"
|
||||
},
|
||||
{
|
||||
"key": "└ up",
|
||||
"type": "uptime"
|
||||
},
|
||||
{
|
||||
"type": "break"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user