my_konfig
This commit is contained in:
40
config/fastfetch/my_config.jsonc
Normal file
40
config/fastfetch/my_config.jsonc
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"os",
|
||||
"host",
|
||||
"kernel",
|
||||
"uptime",
|
||||
"shell",
|
||||
"display",
|
||||
"de",
|
||||
"cpu",
|
||||
"gpu",
|
||||
"memory",
|
||||
"swap",
|
||||
"disk",
|
||||
"wifi",
|
||||
"localip",
|
||||
//"publicip",
|
||||
//"dns",
|
||||
"poweradapter"
|
||||
],
|
||||
"logo": {
|
||||
"type": "auto", // Logo type: auto, builtin, small, file, etc.
|
||||
"source": "manjaro", // Built-in logo name or file path
|
||||
// "width": 40, // Width in characters
|
||||
// "height": 15, // Height in characters
|
||||
// "padding": {
|
||||
// "top": 0, // Top padding
|
||||
// "left": 0, // Left padding
|
||||
// "right": 2 // Right padding
|
||||
// },
|
||||
"color": { // Override logo colors
|
||||
"1": "blue",
|
||||
"2": "green"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user