summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-01-04 09:51:31 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-01-04 10:02:07 -0800
commitd8434b87c89534c966d4ef8f9c3ff2360ab3bfb6 (patch)
treef8782285b64f90c9f6361e12fe5c85a20abaa884 /README.md
parent37e1d9dc13413461e350259a3abc08b20f72e26f (diff)
Update readme and cli arg help menu
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 43e4cf3..818d10e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
<img src="./assets/demo.gif" />
<img src="./assets/minimal.png" width="96%" />
-<img src="./assets/battery.png"/>
</div>
@@ -93,11 +92,11 @@ To make a custom colorscheme, check out the [template](./colorschemes/template.g
`-c`, `--color=NAME` Set a colorscheme.
`-m`, `--minimal` Only show CPU, Mem and Process widgets.
`-r`, `--rate=RATE` Number of times per second to update CPU and Mem widgets [default: 1].
-`-v`, `--version` Show version.
+`-v`, `--version` Print version and exit.
`-p`, `--percpu` Show each CPU in the CPU widget.
-`-a`, `--averagecpu` Show average CPU in the CPU widget.
-`-b`, `--bar` Show a statusbar with the time.
-`-t`, `--battery` Show battery level (defaults to false, `minimal` turns off)
+`-a`, `--averagecpu` Show average CPU in the CPU widget.
+`-s`, `--statusbar` Show a statusbar with the time.
+`-b`, `--battery` Show battery level widget (`minimal` turns off). [widget preview](./assets/battery.png)
## Building deb/rpms
@@ -121,7 +120,7 @@ This will place the built packages into the `dist` folder.
- [exrook/drawille-go](https://github.com/exrook/drawille-go)
- [shirou/gopsutil](https://github.com/shirou/gopsutil)
- [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser)
-- [battery](https://github.com/distatus/battery)
+- [distatus/battery](https://github.com/distatus/battery)
## Stargazers over time