mine-hyprdots/fastfetch/config.jsonc

79 lines
1.3 KiB
JSON
Raw Normal View History

2025-02-23 00:38:43 +05:30
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"padding": {
2025-05-28 18:13:20 +05:30
"top": 1,
"bottom": 1,
"left": 5,
"right": 5
2025-02-23 00:38:43 +05:30
}
2025-05-28 18:13:20 +05:30
// "source": "~/.config/fastfetch/icons/arch.txt"
2025-02-23 00:38:43 +05:30
},
"display": {
2025-05-28 18:13:20 +05:30
"separator": " "
2025-02-23 00:38:43 +05:30
},
"modules": [
{
2025-05-28 18:13:20 +05:30
"type": "os",
"key": " ",
"keyColor": "blue"
2025-02-23 00:38:43 +05:30
},
{
2025-05-28 18:13:20 +05:30
"type": "users",
"key": " ",
"keyColor": "blue"
2025-02-23 00:38:43 +05:30
},
{
2025-05-28 18:13:20 +05:30
"type": "kernel",
"key": " ",
"keyColor": "black"
2025-02-23 00:38:43 +05:30
},
{
2025-05-28 18:13:20 +05:30
"type": "packages",
"key": " ",
"keyColor": "cyan"
2025-02-23 00:38:43 +05:30
},
{
2025-05-28 18:13:20 +05:30
"type": "shell",
"key": " ",
"keyColor": "dim_"
2025-02-23 00:38:43 +05:30
},
// {
2025-05-28 18:13:20 +05:30
// "type": "terminal",
// "key": " ",
// "keyColor": "green"
2025-02-23 00:38:43 +05:30
// },
{
2025-05-28 18:13:20 +05:30
"type": "wm",
"key": " ",
"keyColor": "red"
2025-02-23 00:38:43 +05:30
},
2025-05-28 18:13:20 +05:30
// {
// "type": "uptime",
// "key": " ",
// "keyColor": "cyan"
// },
2025-02-23 00:38:43 +05:30
{
2025-05-28 18:13:20 +05:30
"type": "cpu",
"key": " ",
"keyColor": "blue"
2025-02-23 00:38:43 +05:30
},
2025-05-28 18:13:20 +05:30
// {
// "type": "btrfs",
// "key": " ",
// "keyColor": "red"
// },
2025-02-23 00:38:43 +05:30
{
2025-05-28 18:13:20 +05:30
"type": "gpu",
"key": " ",
"keyColor": "green"
2025-02-23 00:38:43 +05:30
},
{
2025-05-28 18:13:20 +05:30
"type": "memory",
"key": "󰍛 ",
"keyColor": "yellow"
2025-02-23 00:38:43 +05:30
}
]
}