add batman beyond config
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
|
||||
"logo": {
|
||||
//"source": "~/.config/fastfetch/logos/batman-beyond.txt",
|
||||
//"source": "~/.config/fastfetch/logos/bb.txt",
|
||||
"source": "~/.config/fastfetch/logos/bb-mid.txt",
|
||||
"color": {
|
||||
"1": "#FF0000"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": ": ", // Separator between keys and values
|
||||
"color": {
|
||||
"keys": "black", // Key color
|
||||
"title": "#FF0000" // Title color
|
||||
},
|
||||
"key": {
|
||||
"width": 20, // Aligns keys to this width
|
||||
"type": "string" // string, icon, both, or none
|
||||
},
|
||||
"bar": {
|
||||
"width": 10, // Width of percentage bars
|
||||
"char": {
|
||||
"elapsed": "■", // Character for elapsed portion
|
||||
"total": "-" // Character for total portion
|
||||
}
|
||||
},
|
||||
"percent": {
|
||||
"type": 3, // 1=number, 2=bar, 3=both, 9=colored number
|
||||
"color": {
|
||||
"green": "green",
|
||||
"yellow": "light_yellow",
|
||||
"red": "light_red"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"os",
|
||||
"host",
|
||||
"kernel",
|
||||
"uptime",
|
||||
"packages",
|
||||
"shell",
|
||||
"display",
|
||||
"de",
|
||||
"wm",
|
||||
"wmtheme",
|
||||
"theme",
|
||||
"icons",
|
||||
"font",
|
||||
"cursor",
|
||||
"terminal",
|
||||
"terminalfont",
|
||||
"cpu",
|
||||
"gpu",
|
||||
"memory",
|
||||
"swap",
|
||||
"disk",
|
||||
"localip",
|
||||
"battery",
|
||||
"poweradapter",
|
||||
"locale",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user