2025-05-28 18:13:20 +05:30
|
|
|
// Inspired by Catnap
|
2025-02-23 00:38:43 +05:30
|
|
|
{
|
|
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
|
|
"logo": {
|
2025-05-28 18:13:20 +05:30
|
|
|
"type": "small",
|
|
|
|
"padding": {
|
|
|
|
"top": 2,
|
|
|
|
"right": 2
|
|
|
|
}
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
"display": {
|
2025-05-28 18:13:20 +05:30
|
|
|
"separator": " ",
|
|
|
|
"key": {
|
|
|
|
"width": 16
|
|
|
|
}
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
"modules": [
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "╭───────────╮",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
// draw borders first to make colors of left and right border consistant
|
|
|
|
"key": "│ │\u001b[11D{#31} user",
|
|
|
|
"type": "title",
|
|
|
|
"format": "{1}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "├───────────┤",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// "key": "│ │\u001b[11D{#32} hname",
|
|
|
|
// "type": "title",
|
|
|
|
// "format": "{2}"
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// "key": "│ │\u001b[11D{#33} uptime",
|
|
|
|
// "type": "uptime"
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
"key": "│ │\u001b[11D{#34} distro",
|
|
|
|
"type": "os"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#35} kernel",
|
|
|
|
"type": "kernel"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#36} desktop",
|
|
|
|
"type": "de"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#31} term",
|
|
|
|
"type": "terminal"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#31} wm",
|
|
|
|
"type": "wm"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#32} shell",
|
|
|
|
"type": "shell"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
2025-05-28 18:13:20 +05:30
|
|
|
// {
|
|
|
|
// "key": "│ │\u001b[11D{#33} cpu",
|
|
|
|
// "type": "cpu",
|
|
|
|
// "showPeCoreCount": true
|
|
|
|
// },
|
2025-02-23 00:38:43 +05:30
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#34} disk",
|
|
|
|
"type": "disk",
|
|
|
|
"folders": "/"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#35} memory",
|
|
|
|
"type": "memory"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#36} network",
|
|
|
|
"type": "localip",
|
|
|
|
"format": "{1} ({4})"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "├───────────┤",
|
|
|
|
"type": "custom"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "│ │\u001b[11D{#39} colors",
|
|
|
|
"type": "colors",
|
|
|
|
"symbol": "circle"
|
2025-02-23 00:38:43 +05:30
|
|
|
},
|
|
|
|
{
|
2025-05-28 18:13:20 +05:30
|
|
|
"key": "╰───────────╯",
|
|
|
|
"type": "custom"
|
2025-02-23 00:38:43 +05:30
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|