default layout matches old behavior, pre-Layout

This commit is contained in:
Sean E. Russell 2020-03-03 14:16:28 -06:00
parent 9f67cdf773
commit 20a90672d6
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -1,5 +1,5 @@
cpu
disk/1 2:mem/2
2:cpu
disk/1 2:mem/2
temp
net procs
2:net 2:procs