This commit is contained in:
2025-05-21 20:19:32 +02:00
parent 86ed2e916a
commit 8d34189147
7 changed files with 80 additions and 14 deletions
+55
View File
@@ -0,0 +1,55 @@
{
"display": {
"color": {
"keys": "green"
},
"separator": " -> "
},
"logo": {
"padding": {
"left": 1,
"right": 2,
"top": 1
},
"source": "$HOME/pictures/smol-penguin.png",
"type": "kitty"
},
"modules": [
"title",
{
"color": "green",
"format": "────────── Env ──────────",
"type": "custom"
},
{
"key": "OS ",
"type": "os"
},
{
"key": "WM ",
"type": "wm"
},
"editor",
"break",
{
"format": "────────── Sys ──────────",
"type": "custom"
},
"cpu",
"gpu",
{
"key": "MEM",
"type": "memory"
},
"vulkan",
"disk",
"battery",
{
"format": "─────────────────────────",
"type": "custom"
},
"break",
"colors",
"break"
]
}