summaryrefslogtreecommitdiffstats
path: root/docs/content/usage/basic-mode.md
blob: ff631d12176d30bfde813b0a126d246eb84fe048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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.

<figure>
    <img src="../../assets/screenshots/basic.webp" alt="A picture of bottom's basic mode."/>
</figure>

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

```bash
btm -b

# or

btm --basic
```

or through the config:

```toml
[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.