Files

86 lines
2.2 KiB
JSON
Raw Permalink Normal View History

// Inspired by Catnap (https://github.com/iinsertNameHere/catnap)
2024-06-06 11:00:47 +08:00
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"padding": {
"top": 1
}
},
"display": {
2024-07-24 16:25:16 +08:00
"separator": " "
2024-06-06 11:00:47 +08:00
},
"modules": [
{
"key": "•••••••••••••",
"type": "custom"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#31} user {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "title",
2024-07-24 16:25:16 +08:00
"format": "{user-name}"
2024-06-06 11:00:47 +08:00
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#32}󰇅 hname {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "title",
2024-07-24 16:25:16 +08:00
"format": "{host-name}"
2024-06-06 11:00:47 +08:00
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#33}󰅐 uptime {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "uptime"
},
{
2024-07-24 16:25:16 +08:00
"key": "• {#34}{icon} distro {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "os"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#35} kernel {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "kernel"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#36}󰇄 desktop {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "de"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#31} term {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "terminal"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#32} shell {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "shell"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#33}󰍛 cpu {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "cpu",
"showPeCoreCount": true
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#34}󰉉 disk {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "disk",
"folders": "/"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#35} memory {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "memory"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#36}󰩟 network {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "localip",
2024-07-24 16:25:16 +08:00
"format": "{ipv4} ({ifname})"
2024-06-06 11:00:47 +08:00
},
{
"key": "•••••••••••••",
"type": "custom"
},
{
2024-07-15 14:01:35 +08:00
"key": "• {#39} colors {#keys}•",
2024-06-06 11:00:47 +08:00
"type": "colors",
"symbol": "circle"
},
{
"key": "•••••••••••••",
"type": "custom"
}
]
}