1
0
dotfiles/.config/fastfetch/config.jsonc

120 lines
3.0 KiB
Plaintext

// Designed for Arch Linux
// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "xenia",
"color": {
"1": "34:",
"2": "35:"
}
},
"display": {
"color": {
"separator": "34:"
},
"separator": " | ",
"constants": [
"[================]#[========================================]"
]
},
"modules": [
{
"type": "custom",
"format": " ISEUL-T: THE BIAS WRECKER",
"outputColor": "separator"
},
{
"type": "custom",
"format": "{$1}",
"outputColor": "separator"
},
{
"type": "host",
"key": " Motherboard ",
"keyColor": "35:",
"format": "ASRock {2}"
},
{
"type": "cpu",
"key": " Processor ",
"keyColor": "35:",
"temp": false,
"type": false,
"showPeCoreCount": false,
"format": "{1}"
},
{
"type": "gpu",
"key": " Video Card ",
"keyColor": "35:",
"format": "{1} {2}"
},
{
"type": "memory",
"key": " Real Memory ",
"keyColor": "35:"
},
{
"type": "swap",
"key": " Swap Memory ",
"keyColor": "35:"
},
{
"type": "custom",
"format": "{$1}",
"outputColor": "separator"
},
{
"type": "os",
"key": " Distribution ",
"keyColor": "35:",
"format": "{3} Linux"
},
{
"type": "kernel",
"key": " Kernel Version",
"keyColor": "35:",
"format": "{2} {4}"
},
{
"type": "de",
"key": " User Interface",
"keyColor": "35:"
},
{
"type": "wm",
"key": " Window System ",
"keyColor": "35:"
},
{
"type": "display",
"key": " Video Output ",
"keyColor": "35:",
"format": "{6} {1}x{2} @ {3}Hz"
},
{
"type": "custom",
"format": "{$1}",
"outputColor": "separator"
},
{
"type": "uptime",
"key": " Time Alive ",
"keyColor": "35:",
"format": "{1} days, {2} hours and {3} minutes"
},
{
"type": "localip",
"key": " Local Address ",
"keyColor": "35:"
},
{
"type": "custom",
"format": "{$1}",
"outputColor": "separator"
},
"break"
]
}