aboutsummaryrefslogtreecommitdiffstats
path: root/conky.conf.in
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 /conky.conf.in
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 'conky.conf.in')
-rw-r--r--conky.conf.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/conky.conf.in b/conky.conf.in
index 073fd80..cc03a28 100644
--- a/conky.conf.in
+++ b/conky.conf.in
@@ -49,6 +49,7 @@ conky.config = {
-- Cairo output covers conky.text, so nothing here is visible. The execi still
-- fires on schedule: verified with a probe config whose only text was an execi
--- producing no output. This is what refreshes the weather cache, and tying it
--- to conky means nothing fetches while the dashboard is down.
+-- producing no output. This is what runs the weather, disks and cache
+-- samplers, and tying it to conky means nothing fetches while the dashboard is
+-- down.
conky.text = [[${execi 900 ~/.config/conky/bin/weather-fetch.sh}${execi 60 ~/.config/conky/bin/disks-sample.sh}${execi 900 ~/.config/conky/bin/cache-sample.sh}]]