Updated README

This commit is contained in:
Caleb Bassi 2018-02-18 23:27:26 -08:00
parent 40775db60b
commit bc7b9ba2e4

View File

@ -19,7 +19,7 @@ If you install this way, starting gotop with the `-u` flag or pressing `u` in go
### Arch Linux ### Arch Linux
Alternatively, if you're on Arch Linux, you can install the `gotop` package from the AUR. Alternatively, if you're on Arch Linux you can install the `gotop` package from the AUR.
## Keybinds ## Keybinds
@ -57,15 +57,12 @@ Feel free to add a new one. You can use 256 colors for them, including bold, und
* Network Usage * Network Usage
- increase height of sparkline depending on widget size - increase height of sparkline depending on widget size
* Process List * Process List
- memory total goes above 100% - memory total goes above 100%
- extract out column position logic into a function - extract out column position logic into a function
* Disk Usage * Disk Usage
- color percentage - color percentage
- change bar color to white - change bar color to white
* general * general
- option to set polling interval for CPU and mem - option to set polling interval for CPU and mem
- more themes - more themes
@ -75,7 +72,6 @@ Feel free to add a new one. You can use 256 colors for them, including bold, und
- gif of gotop - gif of gotop
- more packages - more packages
- add license - add license
* cleaning up code * cleaning up code
- termui Blocks should ignore writing to the outside area - termui Blocks should ignore writing to the outside area
- Ignore writes to outside of inner area, or give error? - Ignore writes to outside of inner area, or give error?