Initial commit
This commit is contained in:
49
.config/fastfetch/config.jsonc
Executable file
49
.config/fastfetch/config.jsonc
Executable file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"type": "builtin",
|
||||
"color": {
|
||||
"1": "35",
|
||||
"2": "95"
|
||||
},
|
||||
"padding": {
|
||||
"top": 2,
|
||||
"left": 2
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"host",
|
||||
"bios",
|
||||
"os",
|
||||
"kernel",
|
||||
"packages",
|
||||
"uptime",
|
||||
"shell",
|
||||
"separator",
|
||||
"lm",
|
||||
"de",
|
||||
"wm",
|
||||
"wmtheme",
|
||||
"font",
|
||||
"terminal",
|
||||
"terminalfont",
|
||||
"separator",
|
||||
"display",
|
||||
"cpu",
|
||||
"memory",
|
||||
"swap",
|
||||
"gpu",
|
||||
"opencl",
|
||||
"opengl",
|
||||
"vulkan",
|
||||
{
|
||||
"type": "disk",
|
||||
"showReadOnly": true
|
||||
},
|
||||
"battery",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user