aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard.lua
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-17 12:23:06 +0200
committerDanilo M. <danix@danix.xyz>2026-09-17 12:23:06 +0200
commit59211a1bc2912a3bf39b848e48fc2dfc4c1ecd8e (patch)
treebd7d631de1543843ff9448365b87a8d7cb2685d1 /dashboard.lua
parenta2a06d5d3e5b4b2352b0b327aa5d558b48174ab9 (diff)
downloadconky-theme-udt-59211a1bc2912a3bf39b848e48fc2dfc4c1ecd8e.tar.gz
conky-theme-udt-59211a1bc2912a3bf39b848e48fc2dfc4c1ecd8e.zip
feat: add the system card with a per-core equaliser
Diffstat (limited to 'dashboard.lua')
-rw-r--r--dashboard.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard.lua b/dashboard.lua
index 7e85fd7..6e05a02 100644
--- a/dashboard.lua
+++ b/dashboard.lua
@@ -22,6 +22,7 @@ local layout = {
{ widget = 'clock', col = 1, row = 1, w = 1.5, h = 5 },
-- Under the clock, same column.
{ widget = 'weather', col = 1, row = 6, w = 3, h = 5 },
+ { widget = 'system', col = 4, row = 1, w = 3, h = 6 },
}
-- ==========================================================================