Refine widget formatting, adjust grid dimensions, and improve calendar functionality
This commit is contained in:
@@ -79,7 +79,7 @@ func layout() []container.Option {
|
||||
),
|
||||
|
||||
grid.RowHeightFixed(25,
|
||||
grid.RowHeightFixed(23,
|
||||
grid.RowHeightFixed(19,
|
||||
grid.Widget(widgets.Get["HTTPProber"],
|
||||
container.BorderTitle("Website Status"),
|
||||
container.Border(linestyle.Light),
|
||||
@@ -101,7 +101,7 @@ func layout() []container.Option {
|
||||
),
|
||||
|
||||
grid.ColWidthPerc(62,
|
||||
grid.RowHeightFixed(44,
|
||||
grid.RowHeightFixed(40,
|
||||
grid.ColWidthFixed(40,
|
||||
grid.RowHeightFixed(8,
|
||||
grid.Widget(widgets.Get["Clock"],
|
||||
@@ -120,7 +120,7 @@ func layout() []container.Option {
|
||||
container.PaddingTop(1),
|
||||
),
|
||||
),
|
||||
grid.RowHeightFixed(40,
|
||||
grid.RowHeightFixed(38,
|
||||
grid.Widget(widgets.Get["PiHoleBlocked"],
|
||||
container.BorderTitle("pi-hole (Blocked Percent)"),
|
||||
container.Border(linestyle.Light),
|
||||
@@ -157,7 +157,7 @@ func layout() []container.Option {
|
||||
container.PaddingTop(1),
|
||||
),
|
||||
),
|
||||
grid.RowHeightFixed(13,
|
||||
grid.RowHeightFixed(11,
|
||||
grid.Widget(widgets.Get["Weather"],
|
||||
container.BorderTitle("Weather"),
|
||||
container.Border(linestyle.Light),
|
||||
|
||||
Reference in New Issue
Block a user