bottom/docs/content/usage/basic-mode.md
Clement Tsang f1e2789b26
docs: Switch to webp, fix some sections (#514)
Switches to webp and fixes some typos/poor wording.
2021-06-21 22:53:25 -04:00

1 KiB

Basic Mode

Basic mode is a special layout that removes all of the graphs and provides an interface that resembles (a very stripped-down version of) htop.

A picture of bottom's basic mode.

Basic mode can be enabled either through a command line flag:

btm -b

# or

btm --basic

or through the config:

[flags]
basic = true

Notes

In this mode, widgets that use tables (temperatures, processes, disks, and batteries) are only shown one at a time. One can switch between these widgets either by clicking the arrow buttons or by using the general widget selection shortcuts (for example, ++ctrl+left++ or ++H++) to switch which widget is shown.

Also note that in this mode, widget expansion and custom layouts are disabled.

Key bindings

Basic mode follows the same key bindings as normal, barring widget expansion being disabled, and that the ++"%"++ key while selecting the memory widget toggles between total usage and percentage.