aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard.lua
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-17 12:24:49 +0200
committerDanilo M. <danix@danix.xyz>2026-09-17 12:24:49 +0200
commitd9c68ef7a62b45527cfb87d61e51866c5e2931a3 (patch)
tree249d44457d72d6337c6a1d6f3b5e9908112bc0f7 /dashboard.lua
parent59211a1bc2912a3bf39b848e48fc2dfc4c1ecd8e (diff)
downloadconky-theme-udt-d9c68ef7a62b45527cfb87d61e51866c5e2931a3.tar.gz
conky-theme-udt-d9c68ef7a62b45527cfb87d61e51866c5e2931a3.zip
feat: add the GPU card
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 6e05a02..cbfdd68 100644
--- a/dashboard.lua
+++ b/dashboard.lua
@@ -23,6 +23,7 @@ local layout = {
-- 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 },
+ { widget = 'gpu', col = 7, row = 1, w = 3, h = 3 },
}
-- ==========================================================================