summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-18 23:27:26 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-19 02:00:26 -0800
commitbc7b9ba2e467a1c8bcca4a9c37742ab5e5886d54 (patch)
tree5f3d1d4a91058b11db71be9f1bc7bac8c120e913
parent40775db60b90cd290a206108cc4d22b236be9ba5 (diff)
Updated README
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index b32f870..4a16086 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If you install this way, starting gotop with the `-u` flag or pressing `u` in go
### 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
@@ -57,15 +57,12 @@ Feel free to add a new one. You can use 256 colors for them, including bold, und
* Network Usage
- increase height of sparkline depending on widget size
-
* Process List
- memory total goes above 100%
- extract out column position logic into a function
-
* Disk Usage
- color percentage
- change bar color to white
-
* general
- option to set polling interval for CPU and mem
- 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
- more packages
- add license
-
* cleaning up code
- termui Blocks should ignore writing to the outside area
- Ignore writes to outside of inner area, or give error?