diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-17 12:40:13 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-17 12:40:13 +0200 |
| commit | adecc8de0e90b3856c8807e1c3610c70879545ad (patch) | |
| tree | a530c9e19a7b03b73f0526c9e62cf00ba17e607e /test/test_data.lua | |
| parent | 32e10b1d6962afd04a209f300ebb8ab9ee29f070 (diff) | |
| download | conky-theme-udt-adecc8de0e90b3856c8807e1c3610c70879545ad.tar.gz conky-theme-udt-adecc8de0e90b3856c8807e1c3610c70879545ad.zip | |
docs: correct the system-widget comments and defer the age marker
Fix the conky.conf.in comment to name all three samplers and the README
to say the cache sampler runs every 15 minutes. Rewrite the disks layout
comment to match per_row = n (no wrapping), drop the stale "seventeenth
bar" note, and record in the spec that the cache age marker is
deliberately deferred with the epoch-line upgrade path.
Diffstat (limited to 'test/test_data.lua')
| -rw-r--r-- | test/test_data.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_data.lua b/test/test_data.lua index 71baef0..a90413b 100644 --- a/test/test_data.lua +++ b/test/test_data.lua @@ -70,7 +70,7 @@ assert(cores[1].idle == 1058428, 'core 0 idle, got ' .. tostring(cores[1].idle)) assert(cores[2].total == 1066406, 'core 1 total, got ' .. tostring(cores[2].total)) -- The aggregate 'cpu ' line must NOT be counted as a core: it would draw a --- seventeenth bar showing the average, which looks like a real core. +-- bar for the aggregate line showing the average, which looks like a real core. for i, c in ipairs(cores) do assert(c.total < 2000000, 'entry ' .. i .. ' looks like the aggregate line') end |
