summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
committerSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
commit38d7736ca07da3d7c075ff63641d9dd97baa3900 (patch)
tree6b2e648edcd5f984b59aa9a68ef0ce124f6417af /layout
parent47413695cec2be72f12b29339ff2cc0767d10929 (diff)
Switching maintainership.
Diffstat (limited to 'layout')
-rw-r--r--layout/layout.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/layout/layout.go b/layout/layout.go
index 3f892dd..7bafc9f 100644
--- a/layout/layout.go
+++ b/layout/layout.go
@@ -5,8 +5,8 @@ import (
"log"
"sort"
- "github.com/cjbassi/gotop"
- "github.com/cjbassi/gotop/widgets"
+ "github.com/xxxserxxx/gotop"
+ "github.com/xxxserxxx/gotop/widgets"
ui "github.com/gizak/termui/v3"
)
@@ -29,7 +29,7 @@ type MyGrid struct {
var widgetNames []string = []string{"cpu", "disk", "mem", "temp", "net", "procs", "batt"}
-// BUG 2:disk mem\nnet loses the widget from the second line
+// FIXME 2:disk mem\nnet loses the widget from the second line
func Layout(wl layout, c gotop.Config) (*MyGrid, error) {
rowDefs := wl.Rows
uiRows := make([]ui.GridItem, 0)