From 52a7c55d0868b5de62f961adeb97f035da56839f Mon Sep 17 00:00:00 2001 From: jchas2 Date: Sun, 19 Jul 2026 06:02:52 +1000 Subject: [PATCH] Update docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5416af..db06476 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,9 @@ Note: ```colour-mode``` can be temporarily overriden for ALL theme files by sett ## Layout Files -Layout files control the number, sequence, rows and columns of the chart layouts on the main process screen. +Layout files control the number, sequence, rows and columns of the chart layouts on the main process screen. There a number of default layouts that are pre-loaded when Task Monitor starts. +These layouts are kept in .ini files and can be customised as required. Additionally, new layout +files can be authored and copied to the layout files directory and will automatically be available next time Task Monitor starts. Below is an example Layout file: @@ -246,4 +248,4 @@ charts=0,1,2,3,4,5,6,7 | `num-cols=4` | Number of columns to show each chart. | | `; Chart index` | | | `; 0=Cpu, 1=Gpu, 2=Disk, 3=NetworkSent, 4=Memory, 5=GpUMemory, 6=VirtualMemory, 7=NetworkRec` | Chart identifiers. | -| `charts=0,1,2,3,4,5,6,7` | Element list of chart identifiers to render across the rows and columns. | \ No newline at end of file +| `charts=0,1,2,3,4,5,6,7` | Array of chart identifiers to render across the rows and columns. | \ No newline at end of file