feat: file-based config system + fix dashboard background rendering
This commit is contained in:
parent
c026c74af2
commit
c6bc1edda4
7 changed files with 97 additions and 20 deletions
9
config/default.json
Normal file
9
config/default.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue