aboutsummaryrefslogtreecommitdiffstats
path: root/conky.conf.in
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-17 12:20:39 +0200
committerDanilo M. <danix@danix.xyz>2026-09-17 12:20:39 +0200
commit9a479e198142a486413270c0e5dec8ed4405e023 (patch)
tree3d6a8e8282a44516af0d358b29a290e4467942d4 /conky.conf.in
parent518b2969108ed3d728e562614c05e40400129240 (diff)
downloadconky-theme-udt-9a479e198142a486413270c0e5dec8ed4405e023.tar.gz
conky-theme-udt-9a479e198142a486413270c0e5dec8ed4405e023.zip
feat: add the disks and cache samplers
Diffstat (limited to 'conky.conf.in')
-rw-r--r--conky.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conky.conf.in b/conky.conf.in
index 9db8b0b..073fd80 100644
--- a/conky.conf.in
+++ b/conky.conf.in
@@ -51,4 +51,4 @@ conky.config = {
-- 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.
-conky.text = [[${execi 900 ~/.config/conky/bin/weather-fetch.sh}]]
+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}]]