summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-11 21:16:43 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-12 00:35:37 -0500
commitf0dad8f5bf4c409e568ee7a0d739b109d9bf45be (patch)
tree2e6c9e76c07ae420864157f507a82ff1bbdbf622 /README.md
parent908960f7836ae9e5589668d9b78f742624a7ba62 (diff)
Added maximizing mode to allow users to zoom into a particular widget. Not 100% done.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index bda2fc70..bc3b6d3e 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,10 @@ Features of bottom include:
- Temperature widget to monitor detected sensors in your system.
+- Config file support for custom colours and default options.
+
+- Maximizing of widgets of interest.
+
The compatibility of each widget and operating systems are, as of version 0.1.0, as follows:
| OS | CPU | Memory | Disks | Temperature | Processes | Networks |
@@ -137,10 +141,12 @@ Run using `btm`.
- `Ctrl/Shift-Arrow` or `H/J/K/L` to navigate between widgets. **Note that on macOS, `Ctrl`-arrow keys conflicts with an existing macOS binding, use `Shift`-arrow key instead.**
-- `Esc` to close a dialog window.
+- `Esc` to close a dialog window or exit maximized mode.
- `?` to get a help screen explaining the controls. Note all controls except `Esc` to close the dialog will be disabled while this is open.
+- `Enter` on a widget to maximize the widget.
+
#### Scrollable Tables
- `Up` or `k` and `Down` or `j` scrolls through the list if the widget is a table (Temperature, Disks, Processes).