aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dashboard.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/dashboard.lua b/dashboard.lua
index 9b527ce..17d717b 100644
--- a/dashboard.lua
+++ b/dashboard.lua
@@ -22,10 +22,10 @@ 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 },
- { widget = 'gpu', col = 7, row = 1, w = 3, h = 3 },
- { widget = 'disks', col = 7, row = 4, w = 5, h = 4 },
- { widget = 'cache', col = 12, row = 4, w = 3, h = 4 },
+ { widget = 'system', col = 14, row = 4, w = 3, h = 5 },
+ { widget = 'gpu', col = 12, row = 4, w = 2, h = 3 },
+ { widget = 'disks', col = 12, row = 1, w = 5, h = 3 },
+ { widget = 'cache', col = 12, row = 7, w = 2, h = 3 },
}
-- ==========================================================================