diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go index 6b7d6bd..1d5e591 100644 --- a/linuxstatus/draw.go +++ b/linuxstatus/draw.go @@ -13,8 +13,6 @@ func draw(ls *LinuxStatus) { ls.grid = ls.group.NewGrid("gridnuts", 2, 2) - ls.grid.SetNext(1,1) - ls.hostnameStatus = gadgets.NewOneLiner(ls.grid, "status") ls.hostname = gadgets.NewOneLiner(ls.grid, "hostname -f") ls.hostshort = gadgets.NewOneLiner(ls.grid, "hostname -s")