Add Zukitchi widget with animated terminal pet and update README for new features

This commit is contained in:
2025-12-30 23:51:54 +01:00
parent dfbc6066c9
commit 7a846ee660
5 changed files with 150 additions and 1 deletions
+4 -1
View File
@@ -46,6 +46,7 @@ func initWidgets(ctx context.Context, term *tcell.Terminal) {
widgets.New("PiHoleBlocked", widgets.PiholeBlocked()),
widgets.New("NinaWarnings", widgets.NinaWarnings()),
widgets.New("News", widgets.News()),
widgets.New("Zukitchi", widgets.Zukitchi()),
)
}
@@ -168,9 +169,11 @@ func layout() []container.Option {
grid.ColWidthPerc(35,
grid.RowHeightFixed(20,
grid.Widget(widgets.Get["empty"],
grid.Widget(widgets.Get["Zukitchi"],
container.Border(linestyle.Light),
container.BorderColor(cell.ColorWhite),
container.PaddingTop(1),
container.PaddingLeft(1),
),
),
grid.RowHeightFixed(24,