aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-17 12:40:13 +0200
committerDanilo M. <danix@danix.xyz>2026-09-17 12:40:13 +0200
commitadecc8de0e90b3856c8807e1c3610c70879545ad (patch)
treea530c9e19a7b03b73f0526c9e62cf00ba17e607e /README.md
parent32e10b1d6962afd04a209f300ebb8ab9ee29f070 (diff)
downloadconky-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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc8776c..f8f642f 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ three `${execi}` entries, even though that block renders nothing under Cairo.
${execi 60 ~/.config/conky/bin/disks-sample.sh}
${execi 900 ~/.config/conky/bin/cache-sample.sh}
-The disks sampler runs once a minute; the cache one every 15, because `du -sh
+The disks sampler runs once a minute; the cache one every 15 minutes, because `du -sh
~/.cache` walks the tree and takes about 100ms warm, which is fine on a slow
cycle and unthinkable on the 2-second draw. Tying them to conky means nothing
samples while the dashboard is down.