21 lines
534 B
YAML
21 lines
534 B
YAML
gui:
|
|
language: 'auto' # one of 'auto' | 'en' | 'pl' | 'nl' | 'de' | 'tr'
|
|
theme:
|
|
activeBorderColor:
|
|
- "#71839b"
|
|
- bold
|
|
inactiveBorderColor:
|
|
- "#738091"
|
|
selectedLineBgColor:
|
|
- "#3c5372"
|
|
optionsTextColor:
|
|
- "#dfdfe0"
|
|
screenMode: "fullscreen" # one of 'normal' | 'half' | 'fullscreen'
|
|
stats:
|
|
graphs:
|
|
- caption: CPU (%)
|
|
statPath: DerivedStats.CPUPercentage
|
|
color: "#719cd6"
|
|
- caption: Memory (%)
|
|
statPath: DerivedStats.MemoryPercentage
|
|
color: "#81b29a"
|