diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-17 12:23:06 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-17 12:23:06 +0200 |
| commit | 59211a1bc2912a3bf39b848e48fc2dfc4c1ecd8e (patch) | |
| tree | bd7d631de1543843ff9448365b87a8d7cb2685d1 /dashboard.lua | |
| parent | a2a06d5d3e5b4b2352b0b327aa5d558b48174ab9 (diff) | |
| download | conky-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.lua | 1 |
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 }, } -- ========================================================================== |
