feat: added fastfetch config
This commit is contained in:
43
.config/fastfetch/config.jsonc
Normal file
43
.config/fastfetch/config.jsonc
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
{ "type": "title", "format": " {user-name-colored} {host-name-colored}" },
|
||||
"separator",
|
||||
{ "type": "os", "keyIcon": "" },
|
||||
{ "type": "host", "keyIcon": "" },
|
||||
{ "type": "kernel", "keyIcon": "" },
|
||||
"break",
|
||||
{ "type": "cpu", "keyIcon": "" },
|
||||
{ "type": "gpu", "keyIcon": "" },
|
||||
{ "type": "display", "keyIcon": "" },
|
||||
{ "type": "memory", "keyIcon": "" },
|
||||
{ "type": "battery", "keyIcon": "" },
|
||||
{ "type": "poweradapter", "keyIcon": "" },
|
||||
"break",
|
||||
{ "type": "swap", "keyIcon": "" },
|
||||
{ "type": "disk", "keyIcon": "" },
|
||||
"break",
|
||||
{ "type": "localip", "keyIcon": "" },
|
||||
"break",
|
||||
{ "type": "packages", "keyIcon": "" },
|
||||
{ "type": "shell", "keyIcon": "" },
|
||||
{ "type": "terminal", "keyIcon": "" },
|
||||
"break",
|
||||
{ "type": "wm", "keyIcon": "" },
|
||||
{ "type": "wmtheme", "keyIcon": "" },
|
||||
{ "type": "theme", "keyIcon": "" },
|
||||
{ "type": "icons", "keyIcon": "" },
|
||||
{ "type": "font", "keyIcon": "" },
|
||||
{ "type": "terminalfont", "keyIcon": "" },
|
||||
{ "type": "cursor", "keyIcon": "" },
|
||||
{ "type": "locale", "keyIcon": "" },
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user