From b75055cfb2820b41efd348481e49a2f487355931 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Thu, 29 Oct 2020 20:30:39 +0300 Subject: [PATCH] bottom: fix indents --- bottom/bottom.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bottom/bottom.toml b/bottom/bottom.toml index f77f92a..6d6f49a 100644 --- a/bottom/bottom.toml +++ b/bottom/bottom.toml @@ -8,10 +8,10 @@ current_usage = true type="cpu" [[row]] - [[row.child]] - ratio = 2 - type = "mem" + [[row.child]] + ratio = 2 + type = "mem" - [[row.child]] - [[row.child.child]] - type = "proc" + [[row.child]] + [[row.child.child]] + type = "proc" -- 2.45.2