add fastfetch config
This commit is contained in:
parent
77b5a1af05
commit
e99370863a
1 changed files with 69 additions and 0 deletions
69
.config/fastfetch/config.jsonc
Normal file
69
.config/fastfetch/config.jsonc
Normal file
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"type": "small"
|
||||
},
|
||||
"display": {
|
||||
"separator": "- ",
|
||||
"color": {
|
||||
"separator": "yellow"
|
||||
},
|
||||
"color": {
|
||||
"output": "magenta" // default color
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#32}┌─────────────────────────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " {#36} {#39}Distro {#33}---"
|
||||
},
|
||||
{
|
||||
"type": "board",
|
||||
"key": " {#95} {#39}Board {#33}----"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " {#33} {#39}Kernel {#33}---"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " {#34} {#39}Packages {#33}-"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " {#31} {#39}Processor {#33}",
|
||||
"format": "13th Gen Intel i5-13400"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " {#32} {#39}Graphics {#33}-",
|
||||
"format": "{2}"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " {#90} {#39}Memory {#33}---",
|
||||
"format": "{1} / {2}"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " {#35} {#39}Terminal {#33}-"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " {#92} {#39}Shell {#33}----"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#32}└─────────────────────────────────────────┘"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": " {#33} ·· {#35} {#32} {#36} {#34} {#31} {#39} {#90} "
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue