summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd/gotop/main.go2
-rw-r--r--layouts/default6
2 files changed, 4 insertions, 4 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"
diff --git a/layouts/default b/layouts/default
index 755eb8e..39947ba 100644
--- a/layouts/default
+++ b/layouts/default
@@ -1,5 +1,5 @@
-cpu
-disk/1 2:mem/2
+2:cpu
+disk/1 2:mem/2
temp
-net procs
+2:net 2:procs