189 lines
5.3 KiB
Plaintext
189 lines
5.3 KiB
Plaintext
|
// Note that you must replace the image path to an existing image to display it.
|
||
|
|
||
|
{
|
||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||
|
"logo": {
|
||
|
"padding": {
|
||
|
"top": 6
|
||
|
}
|
||
|
},
|
||
|
"display": {
|
||
|
"disableLinewrap": true,
|
||
|
"brightColor": true,
|
||
|
"percent": {"type": 2},
|
||
|
"separator": " ",
|
||
|
"bar": {
|
||
|
"width": 23,
|
||
|
"char":{
|
||
|
"elapsed": "▒",
|
||
|
"total": "░",
|
||
|
},
|
||
|
"border":{
|
||
|
"right": "",
|
||
|
"left": "⦃",
|
||
|
},
|
||
|
}
|
||
|
},
|
||
|
"modules": [
|
||
|
// "title",
|
||
|
// "break",
|
||
|
//
|
||
|
{
|
||
|
"type": "os",
|
||
|
"key": "┏ OS",
|
||
|
"keyColor": "yellow",
|
||
|
"format": "{2}"
|
||
|
},
|
||
|
{
|
||
|
"type": "kernel",
|
||
|
"key": "┣┉┉┉┉",
|
||
|
"keyColor": "yellow"
|
||
|
},
|
||
|
{
|
||
|
"type": "datetime",
|
||
|
"key": "┣┉┉{icon}",
|
||
|
"keyColor": "yellow",
|
||
|
"format": "{year}-{month-pretty}-{day-pretty} {hour-pretty}:{minute-pretty}:{second-pretty} {timezone-name}"
|
||
|
},
|
||
|
{
|
||
|
"type": "processes",
|
||
|
"key": "┣┉┉┉┉┉┉┉┉┉┉┉",
|
||
|
"format": "{} Processes",
|
||
|
"keyColor": "yellow"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"type": "packages",
|
||
|
"key": "┗┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉",
|
||
|
"keyColor": "yellow"
|
||
|
},
|
||
|
// "break",
|
||
|
|
||
|
|
||
|
|
||
|
{
|
||
|
"type": "wm",
|
||
|
"key": "┏ DE/WM",
|
||
|
"keyColor": "blue"
|
||
|
},
|
||
|
{
|
||
|
"type": "font",
|
||
|
"key": "┣┉┉┉ ",
|
||
|
"format":"{font1}",
|
||
|
"keyColor": "blue"
|
||
|
},
|
||
|
{
|
||
|
"type": "command",
|
||
|
"key": "┣┉┉┉ ",
|
||
|
"text":"minibgfetch.sh",
|
||
|
"keyColor": "blue"
|
||
|
},
|
||
|
{
|
||
|
"type": "icons",
|
||
|
"key": "┣┉┉┉┉┉┉┉┉",
|
||
|
"format":"{icons1}",
|
||
|
"keyColor": "blue"
|
||
|
},
|
||
|
{
|
||
|
"type": "terminal",
|
||
|
"key": "┗┉┉┉┉",
|
||
|
"format":"{pretty-name} {version}",
|
||
|
"keyColor": "blue"
|
||
|
},
|
||
|
|
||
|
// "break",
|
||
|
{
|
||
|
"type": "host",
|
||
|
"key": "┏┏ PC",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "physicalDisk",
|
||
|
"format": "{name} {physical-type} ({dev-path}) {size}",
|
||
|
"key": "┃┣┉ ",
|
||
|
"keyColor": "green",
|
||
|
"useAvailable": true,
|
||
|
"showSubvolumes": true,
|
||
|
"showExternal": true
|
||
|
},
|
||
|
{
|
||
|
"type": "disk",
|
||
|
"format": "{size-percentage-bar} {size-used}\/{size-total}({mountpoint})",
|
||
|
"key": "┃┣┉ ",
|
||
|
"keyColor": "green",
|
||
|
"useAvailable": true,
|
||
|
"showSubvolumes": true,
|
||
|
"showExternal": true
|
||
|
},
|
||
|
{
|
||
|
"type": "memory",
|
||
|
"key": "┃┣┉┉",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "battery",
|
||
|
"key": "┃┗┉┉",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "cpu",
|
||
|
"key": "┣┉┉┉┉",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "display",
|
||
|
"key": "┣┉┉",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "uptime",
|
||
|
"key": "┣┉┉┉┉┉┉┉┉",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "gpu",
|
||
|
"format": "{vendor} {driver} {type} GPU",
|
||
|
"key": "┗┉┉┉┉┉┉",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "opengl",
|
||
|
"format": "{version} {slv}{library}",
|
||
|
"key": " ┗┉",
|
||
|
"keyColor": "green"
|
||
|
},
|
||
|
// {
|
||
|
// "type": "sound",
|
||
|
// "key": "┏ ",
|
||
|
// "format": "{volume-percentage-bar}",
|
||
|
// "keyColor": "cyan"
|
||
|
// },
|
||
|
// {
|
||
|
// "type": "media",
|
||
|
// "key": "┣┉",
|
||
|
// "keyColor": "cyan"
|
||
|
// },
|
||
|
// {
|
||
|
// "type": "player",
|
||
|
// "type": "media",
|
||
|
// "key": "┗┉┉┉┉┉┉┉┉┉┉┉┉",
|
||
|
// "keyColor": "cyan"
|
||
|
// },
|
||
|
{
|
||
|
"type": "custom",
|
||
|
"format":"{##f5e0dc} ░▓█{##f2cdcd} ░▓█{##f5c2e7} ░▓█{##cba6f7} ░▓█{##f38ba8} ░▓█{##eba0ad} ░▓█{##fab387} ░▓█{##f9e1af} ░▓█{##a7e3a1} ░▓█{##94e2d5} ░▓█{##89dceb} ░▓█{##74c8ec} ░▓█{##89b4fa} ░▓█"
|
||
|
},
|
||
|
{
|
||
|
"type": "custom",
|
||
|
"format":"{##b4befe}█▓░ {##cdd6f4}█▓░ {##bac2de}█▓░ {##a6adc8}█▓░ {##9399b2}█▓░ {#49}{##7f849c}█▓░ {#49}{##6c7086}█▓░ {#49}{##585b70}█▓░ {#48}{##45475a}█▓░ {#100}{##313244}█▓░ {#100}{##1e1e2e}█▓░ {#100}{##181825}█▓░ {#100}{##11111b}█▓░ "
|
||
|
}
|
||
|
// {
|
||
|
// "type": "colors",
|
||
|
// "block":{
|
||
|
// "width": 8
|
||
|
// }
|
||
|
// "{colors-symbol} █▓▒░"
|
||
|
// }
|
||
|
]
|
||
|
}
|