- plugin_manager: scans res://plugins/*/plugin.cfg, loads tile definitions - plugin_tile: new base class for plugin tiles, extends ModuleBase - layout_manager: save/restore tile grid positions per named layout - migrate existing cpu/memory/testing tiles into system_monitor plugin - add module_resized signal to DashboardGrid for auto-save - dashboard reads from PluginManager + LayoutManager instead of hardcoded paths - project.godot registers PluginManager and LayoutManager autoloads - AGENTS.md updated with new structure and conventions
17 lines
200 B
INI
17 lines
200 B
INI
[background]
|
|
color=0.08, 0.08, 0.12
|
|
|
|
[modules]
|
|
show_cpu=true
|
|
show_memory=true
|
|
show_network=true
|
|
show_disk=true
|
|
|
|
[performance]
|
|
refresh_interval=1.0
|
|
|
|
[general]
|
|
theme=default
|
|
|
|
[layout]
|
|
current="default"
|