dotfiles/config/fastfetch/config.jsonc

193 lines
4.3 KiB
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"logo": {
"type": "auto",
"source": "NixOS",
"color": {
"1": "#c0bb6e",
"2": "#359a57",
"3": "#c0bb6e",
"4": "#359a57",
"5": "#c0bb6e",
"6": "#359a57",
"7": "#c0bb6e",
"8": "#359a57",
"9": "#c0bb6e"
},
"width": null,
"height": null,
"padding": {
"top": 1,
"left": 1,
"right": 2
},
"printRemaining": true,
"preserveAspectRatio": true,
"recache": false,
"position": "left",
"chafa": {
"fgOnly": false,
"symbols": "block+border+space-wide-inverted"
}
},
"display": {
"stat": false,
"key": {
"width": 8
},
"pipe": false,
"showErrors": false,
"disableLinewrap": true,
"hideCursor": true,
"separator": "│ ",
"constants": [
"──────────────────────",
"────────────",
"\u001b[91`"
],
"color": {
"keys": "#c0bb6e",
"title": "#c0bb6e",
"output": "#61bc7f",
"separator": "#61bc7f"
},
"brightColor": false,
"percent": {
"type": [
"num"
],
"ndigits": 0,
"spaceBeforeUnit": "default",
"width": 0
},
"fraction": {
"ndigits": 2
},
"noBuffer": false,
"key": {
"width": 0,
"type": "string",
"paddingLeft": 0
},
},
"general": {
"thread": true,
"processingTimeout": 5000,
"detectVersion": true,
"playerName": "",
"dsForceDrm": false
},
"modules": [
{
"type": "custom",
"format": " ",
"outputColor": "",
},
{
"type": "custom",
"format": "{$1}{$1}┐",
"outputColor": "",
},
{
"type": "title",
"key": " ",
"format": "{##c0bb6e}{full-user-name} on {host-name}{##61bc7f}{$3}│"
},
{
"type": "datetime",
"key": " ",
"format": "{##c0bb6e}{day-pretty} {month-name}, {year}, {hour-pretty}:{minute-pretty} ({timezone-name} / UTC{offset-from-utc}){##61bc7f}{$3}│"
},
{
"type": "custom",
"format": "{#bright_#61bc7f}Hardware{##61bc7f} ┌{$2}{$1}┤",
"outputColor": "",
},
{
"type": "host",
"key": "Machine ",
"format": "{vendor} {family}{##61bc7f}{$3}│"
},
{
"type": "cpu",
"key": "CPU ",
"format": "{name~0,14} {name~18,22} {name~27,29}{##61bc7f}{$3}│"
},
{
"type": "memory",
"key": "Memory ",
"format" : "{used} / {total}{##61bc7f}{$3}│"
},
{
"type": "disk",
"key": "Disk ",
"format": "{size-used} / {size-available}{##61bc7f}{$3}│"
},
{
"type": "battery",
"key": "Battery ",
"format": "{capacity}, {cycle-count} cycles lifetime{##61bc7f}{$3}│"
},
{
"type": "custom",
"format": "{#bright_#61bc7f}Software{##61bc7f} ├{$2}{$1}┤",
"outputColor": "",
},
{
"type": "os",
"key": "Distro ",
"format": "{pretty-name}{##61bc7f}{$3}│"
},
{
"type": "kernel",
"key": "Kernel ",
"format":"{sysname} {release} ({arch}){##61bc7f}{$3}│"
},
{
"type": "packages",
"key": "Packages ",
"format":"{nix-system} (nix-system){##61bc7f}{$3}│"
},
{
"type": "custom",
"format": "- - - - -├{$2}{$1}┤",
"outputColor": "",
},
{
"type": "shell",
"key": "Shell ",
"format": "{pretty-name} {version}{##61bc7f}{$3}│"
},
{
"type": "editor",
"key": "Editor ",
"format": "{name} {version}{##61bc7f}{$3}│"
},
{
"type": "terminal",
"key": "Terminal ",
"format": "{pretty-name} {version}{##61bc7f}{$3}│"
},
{
"type": "wm",
"key": "DE/WM ",
"format": "{pretty-name} {version} ({protocol-name}){##61bc7f}{$3}│",
"detectPlugin": false
},
{
"type": "custom",
"key": "Rice ",
"format": "Toxin v0.1{##61bc7f}{$3}│"
},
{
"type": "custom",
"format": "─────────┴{$2}{$1}┘",
"outputColor": "",
},
{
"type": "custom",
"format": " ",
"outputColor": "",
}
]
}