From 1e3502c4ad33fa432d6d7fb28657965895bdb3e7 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Mon, 4 Mar 2024 01:25:50 +1100 Subject: [PATCH] btop: edit page (#12440) Co-authored-by: Juri Dispan Co-authored-by: K.B.Dharun Krishna --- pages/common/btop.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/btop.md b/pages/common/btop.md index 40f19c37b..dc88df547 100644 --- a/pages/common/btop.md +++ b/pages/common/btop.md @@ -11,3 +11,11 @@ - Start `btop` with the specified settings preset: `btop --preset {{0..9}}` + +- Start `btop` in TTY mode using 16 colors and TTY-friendly graph symbols: + +`btop --tty_on` + +- Start `btop` in 256-color mode instead of 24-bit color mode: + +`btop --low-color`