Theme changes and fastfetch tweaks 11-20

This commit is contained in:
markmental 2025-11-20 22:01:24 -05:00
commit 87fc80b423
3 changed files with 190 additions and 67 deletions

View file

@ -1,25 +1,103 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "builtin",
"source": "rhel_small",
"source": "rhel_old",
"color": {
"1": "36",
"2": "36",
"4": "36"
"2": "31",
"3": "36",
"4": "31"
}
},
"display": {
"separator": " == "
"separator": " ",
"color": {
"keys": "magenta",
"output": "cyan",
"title": "magenta"
},
"key": {
"width": 10
}
},
"modules": [
// System Info
"title",
"os",
"wm",
"kernel",
"memory",
"disk",
"cpu",
"uptime"
{
"type": "custom",
"format": "{#yellow}╭─  System Info ─────────────────────────────╮{#}"
},
{
"type": "os",
"key": " ├──  OS"
},
{
"type": "kernel",
"key": " ├──  Kernel"
},
{
"type": "wm",
"key": " ├──  Window Manager"
},
{
"type": "uptime",
"key": " └──  Uptime"
},
{
"type": "custom",
"format": "{#yellow}╰─────────────────────────────────────────────╯{#}"
},
// Hardware
{
"type": "custom",
"format": "{#yellow}╭─  Hardware ───────────────────────────────╮{#}"
},
{
"type": "cpu",
"key": " ├──  CPU"
},
{
"type": "gpu",
"key": " ├── 󰍛 GPU"
},
{
"type": "memory",
"key": " ├──  Memory"
},
{
"type": "disk",
"key": " └──  Disk"
},
{
"type": "custom",
"format": "{#yellow}╰─────────────────────────────────────────────╯{#}"
},
// Software & ENV
{
"type": "custom",
"format": "{#yellow}╭─  Software & ENV ─────────────────────────╮{#}"
},
{
"type": "packages",
"key": " ├── \uf487 Packages"
},
{
"type": "shell",
"key": " ├──  Shell"
},
{
"type": "terminal",
"key": " └──  Terminal"
},
{
"type": "custom",
"format": "{#yellow}╰─────────────────────────────────────────────╯{#}"
}
]
}