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`