switched to river

This commit is contained in:
λmolinae 2025-08-12 23:01:17 -06:00
parent cef35c17b9
commit 292301ce60
204 changed files with 3513 additions and 965 deletions

View file

@ -1,86 +1,18 @@
{
"display": {
"separator": "- "
},
"modules": [
"break",
{
"type": "title",
"keyWidth": 10
},
"break",
{
"type": "os",
"key": "󰟀 ",
"keyColor": "34", // = color4
},
{
"type": "kernel",
"key": " ",
"keyColor": "34",
},
{
"type": "cpu",
"key": " ",
"keyColor": "34",
},
{
"type": "memory",
"key": " ",
"keyColor": "34",
},
{
"type": "packages",
"format": "{} (apk)",
"key": "󰏓 ",
"keyColor": "34",
},
{
"type": "shell",
"key": " ",
"keyColor": "34",
},
{
"type": "terminal",
"key": " ",
"keyColor": "34",
},
{
"type": "wm",
"key": " ",
"keyColor": "34",
},
{
"type": "cursor",
"key": "󰇀 ",
"keyColor": "34",
},
{
"type": "terminalfont",
"key": "󰛖 ",
"keyColor": "34",
},
{
"type": "uptime",
"key": "󱎫 ",
"keyColor": "34",
},
{
"type": "media",
"key": "󰎇 ",
"keyColor": "34",
},
{
"type": "player",
"key": "󰲑 ",
"keyColor": "34",
},
"break",
{
"type": "custom",
"format": "\u001b[31m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m "
},
"break",
"break",
]
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "none"
},
"modules": [
"break",
"title",
"separator",
"os",
"packages",
"shell",
"wm",
"terminal",
"break"
]
}