summaryrefslogtreecommitdiffstats
path: root/cmd/gotop/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gotop/main.go')
-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"