Files
dotFiles/.config/fastfetch/config.jsonc

94 lines
1.6 KiB
JSON
Raw Normal View History

2024-09-03 22:47:32 +05:30
{
2025-03-09 01:13:40 +05:30
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 2
}
},
"display": {
"separator": " ➜ "
},
"modules": [
"break",
"break",
"break",
{
"type": "os",
"key": "OS ",
"keyColor": "red"
2024-09-03 22:47:32 +05:30
},
2025-03-09 01:13:40 +05:30
{
"type": "kernel",
"key": " ├  ",
"keyColor": "red"
2024-09-03 22:47:32 +05:30
},
2025-03-09 01:13:40 +05:30
{
"type": "shell",
"key": " └  ",
"keyColor": "red"
},
"break",
{
"type": "wm",
"key": "WM ",
"keyColor": "green"
},
{
"type": "terminal",
"key": " ├  ",
"keyColor": "green"
},
{
"type": "terminalfont",
"key": " └  ",
"keyColor": "green"
},
"break",
{
"type": "host",
"format": "{5} {1} Type {2}",
"key": "PC ",
"keyColor": "yellow"
},
{
"type": "cpu",
"format": "{1} ({3}) @ {7} GHz",
"key": " ├  ",
"keyColor": "yellow"
},
{
"type": "gpu",
"format": "{1} {2} @ {12} GHz",
"key": " ├ 󰢮 ",
"keyColor": "yellow"
},
{
"type": "uptime",
"key": " └  ",
"keyColor": "yellow"
},
{
"type": "memory",
"key": " ├  ",
"keyColor": "yellow"
},
{
"type": "swap",
"key": " ├ 󰓡 ",
"keyColor": "yellow"
},
{
"type": "disk",
"key": " ├ 󰋊 ",
"keyColor": "yellow"
},
{
"type": "monitor",
"key": " └  ",
"keyColor": "yellow"
},
"break",
"break"
]
2024-09-03 22:47:32 +05:30
}