50 lines
736 B
INI
50 lines
736 B
INI
|
|
[plugin]
|
||
|
|
name="Local System Monitor"
|
||
|
|
version="0.1.0"
|
||
|
|
description="Monitors local system resources: CPU and memory"
|
||
|
|
author="Fifthdread"
|
||
|
|
|
||
|
|
[tiles]
|
||
|
|
count=2
|
||
|
|
|
||
|
|
[tile_0]
|
||
|
|
id="cpu"
|
||
|
|
name="CPU Monitor"
|
||
|
|
scene="res://plugins/local_system_monitor/tiles/cpu/cpu_tile.tscn"
|
||
|
|
min_w=1
|
||
|
|
min_h=1
|
||
|
|
max_w=4
|
||
|
|
max_h=4
|
||
|
|
default_w=1
|
||
|
|
default_h=1
|
||
|
|
|
||
|
|
[tile_1]
|
||
|
|
id="memory"
|
||
|
|
name="Memory Monitor"
|
||
|
|
scene="res://plugins/local_system_monitor/tiles/memory/memory_tile.tscn"
|
||
|
|
min_w=1
|
||
|
|
min_h=1
|
||
|
|
max_w=4
|
||
|
|
max_h=4
|
||
|
|
default_w=1
|
||
|
|
default_h=1
|
||
|
|
|
||
|
|
[settings]
|
||
|
|
count=2
|
||
|
|
|
||
|
|
[setting_0]
|
||
|
|
key="cpu_update_interval_ms"
|
||
|
|
label="CPU Update Interval"
|
||
|
|
type="int"
|
||
|
|
default=1000
|
||
|
|
min=100
|
||
|
|
max=60000
|
||
|
|
|
||
|
|
[setting_1]
|
||
|
|
key="memory_update_interval_ms"
|
||
|
|
label="Memory Update Interval"
|
||
|
|
type="int"
|
||
|
|
default=1000
|
||
|
|
min=100
|
||
|
|
max=60000
|