summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-03 14:16:28 -0600
committerSean E. Russell <ser@ser1.net>2020-03-03 14:16:28 -0600
commit20a90672d6dc2ddf10b418deb627c7e4079cd58c (patch)
tree0aa00d56381e19a158beb762a3830e87ff82082b /cmd
parent9f67cdf7730d68b054a7897c4e937d2fcfb0e1ad (diff)
default layout matches old behavior, pre-Layoutgitsucks
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index f6b6dfc..24e6724 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -30,7 +30,7 @@ const (
appName = "gotop"
graphHorizontalScaleDelta = 3
- defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"
+ defaultUI = "2:cpu\ndisk/1 2:mem/2\ntemp\n2:net 2:procs"
minimalUI = "cpu\nmem procs"
batteryUI = "cpu/2 batt/1\ndisk/1 2:mem/2\ntemp\nnet procs"
procsUI = "cpu 4:procs\ndisk\nmem\nnet"