Files
dotFiles/.config/fastfetch/config.jsonc

109 lines
2.4 KiB
JSON
Raw Normal View History

2024-09-03 22:47:32 +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 ",
2024-12-20 21:44:08 +05:30
"keyColor": "red"
2024-09-03 22:47:32 +05:30
},
{
"type": "kernel",
"key": " ├  ",
2024-12-20 21:44:08 +05:30
"keyColor": "red"
2024-09-03 22:47:32 +05:30
},
{
"type": "shell",
"key": " └  ",
2024-12-20 21:44:08 +05:30
"keyColor": "red"
2024-09-03 22:47:32 +05:30
},
"break",
{
"type": "wm",
"key": "WM ",
2024-12-20 21:44:08 +05:30
"keyColor": "green"
2024-09-03 22:47:32 +05:30
},
{
"type": "wmtheme",
"key": " ├ 󰉼 ",
2024-12-20 21:44:08 +05:30
"keyColor": "green"
2024-09-03 22:47:32 +05:30
},
{
"type": "icons",
"key": " ├ 󰀻 ",
2024-12-20 21:44:08 +05:30
"keyColor": "green"
2024-09-03 22:47:32 +05:30
},
{
"type": "cursor",
"key": " ├  ",
2024-12-20 21:44:08 +05:30
"keyColor": "green"
2024-09-03 22:47:32 +05:30
},
{
"type": "terminal",
"key": " ├  ",
2024-12-20 21:44:08 +05:30
"keyColor": "green"
2024-09-03 22:47:32 +05:30
},
{
"type": "terminalfont",
"key": " └  ",
2024-12-20 21:44:08 +05:30
"keyColor": "green"
2024-09-03 22:47:32 +05:30
},
"break",
{
"type": "host",
"format": "{5} {1} Type {2}",
"key": "PC ",
2024-12-20 21:44:08 +05:30
"keyColor": "yellow"
2024-09-03 22:47:32 +05:30
},
{
"type": "cpu",
"format": "{1} ({3}) @ {7} GHz",
"key": " ├  ",
2024-12-20 21:44:08 +05:30
"keyColor": "yellow"
2024-09-03 22:47:32 +05:30
},
{
"type": "gpu",
"format": "{1} {2} @ {12} GHz",
"key": " ├ 󰢮 ",
2024-12-20 21:44:08 +05:30
"keyColor": "yellow"
},
{
"type": "uptime",
"key": " └  ",
"keyColor": "yellow"
2024-09-03 22:47:32 +05:30
},
{
"type": "memory",
"key": " ├  ",
2024-12-20 21:44:08 +05:30
"keyColor": "yellow"
2024-09-03 22:47:32 +05:30
},
{
"type": "swap",
"key": " ├ 󰓡 ",
2024-12-20 21:44:08 +05:30
"keyColor": "yellow"
2024-09-03 22:47:32 +05:30
},
{
"type": "disk",
"key": " ├ 󰋊 ",
2024-12-20 21:44:08 +05:30
"keyColor": "yellow"
2024-09-03 22:47:32 +05:30
},
{
"type": "monitor",
"key": " └  ",
2024-12-20 21:44:08 +05:30
"keyColor": "yellow"
2024-09-03 22:47:32 +05:30
},
"break",
2024-12-20 21:44:08 +05:30
"break"
2024-09-03 22:47:32 +05:30
]
}