initial commit
This commit is contained in:
commit
d3f34301de
10 changed files with 1181 additions and 0 deletions
44
.config/fastfetch/config.jsonc
Normal file
44
.config/fastfetch/config.jsonc
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"modules": [
|
||||
"title",
|
||||
"break",
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": "system"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": "uptime"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": "bloatware"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": "compositor"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": "cpu"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": "gpu"
|
||||
}
|
||||
],
|
||||
"logo": {
|
||||
"type": "small",
|
||||
"color": {
|
||||
"1": "#9e9b93"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": " ", // Separator between keys and values
|
||||
"color": {
|
||||
"keys": "#9e9b93", // Key color
|
||||
"title": "#9e9b93" // Title color
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue