AutoYADM commit: 2025-03-26 13:25:17

This commit is contained in:
Daniel Fichtinger 2025-03-26 13:25:17 -04:00
parent a07b9e39c7
commit 6707c64f83
2 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,117 @@
// Load with --load-config examples/2.jsonc
// Note that you must replace the image path to an existing image to display it.
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"color": {
"1": "red",
"2": "green"
},
"padding": {
"top": 2
}
},
"display": {
"separator": " -> "
},
"modules": [
"title",
"separator",
{
"type": "os",
"key": " OS",
"keyColor": "red",
"format": "{2}"
},
{
"type": "os",
"key": "├", // Just get your distro's logo off nerdfonts.com
"keyColor": "red"
},
{
"type": "kernel",
"key": "├",
"keyColor": "red"
},
{
"type": "packages",
"key": "├󰏖",
"keyColor": "red"
},
{
"type": "shell",
"key": "└",
"keyColor": "red"
},
"break",
{
"type": "wm",
"key": " WM",
"keyColor": "green"
},
{
"type": "terminal",
"key": "├",
"keyColor": "green"
},
{
"type": "display",
"key": "├󰍹",
"keyColor": "green"
},
"break",
{
"type": "host",
"key": "󰌢 PC",
"keyColor": "yellow"
},
{
"type": "cpu",
"key": "├󰻠",
"keyColor": "yellow"
},
{
"type": "gpu",
"key": "├󰍛",
"keyColor": "yellow"
},
{
"type": "disk",
"key": "├",
"keyColor": "yellow"
},
{
"type": "memory",
"key": "├󰑭",
"keyColor": "yellow"
},
{
"type": "swap",
"key": "├󰓡",
"keyColor": "yellow"
},
{
"type": "uptime",
"key": "└󰅐",
"keyColor": "yellow"
},
"break",
{
"type": "sound",
"key": " SOUND",
"keyColor": "blue"
},
{
"type": "player",
"key": "├󰥠",
"keyColor": "blue"
},
{
"type": "media",
"key": "└󰝚",
"keyColor": "blue"
},
"break",
"colors"
]
}

View file

@ -60,3 +60,4 @@
.config/senpai .config/senpai
.config/chawan .config/chawan
.config/waybar .config/waybar
.config/fastfetch