feat: file-based config system + fix dashboard background rendering

This commit is contained in:
Eric Smith 2026-05-20 22:28:46 -04:00
parent c026c74af2
commit c6bc1edda4
7 changed files with 97 additions and 20 deletions

9
config/default.json Normal file
View file

@ -0,0 +1,9 @@
{
"background_color": "0.08, 0.08, 0.12",
"refresh_interval": 1.0,
"show_cpu": true,
"show_memory": true,
"show_network": true,
"show_disk": true,
"theme": "default"
}