mirror of https://github.com/aristocratos/bpytop
Changed to absolute paths
parent
7806d6f66b
commit
970bda635e
18
README.md
18
README.md
|
@ -28,11 +28,11 @@
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|
||||||
#### [CHANGELOG.md](CHANGELOG.md)
|
#### [CHANGELOG.md](https://github.com/aristocratos/bpytop/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
#### [CONTRIBUTING.md](CONTRIBUTING.md)
|
#### [CONTRIBUTING.md](https://github.com/aristocratos/bpytop/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
#### [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
|
#### [CODE_OF_CONDUCT.md](https://github.com/aristocratos/bpytop/blob/master/CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ Python port of [bashtop](https://github.com/aristocratos/bashtop).
|
||||||
|
|
||||||
Bpytop uses the same theme files as bashtop so any theme made for bashtop will work.
|
Bpytop uses the same theme files as bashtop so any theme made for bashtop will work.
|
||||||
|
|
||||||
See [themes](themes) folder for available themes.
|
See [themes](https://github.com/aristocratos/bpytop/tree/master/themes) folder for available themes.
|
||||||
|
|
||||||
The `make install` command places the default themes in `/usr/local/share/bpytop/themes`.
|
The `make install` command places the default themes in `/usr/local/share/bpytop/themes`.
|
||||||
User created themes should be placed in `$HOME/.config/bpytop/themes`.
|
User created themes should be placed in `$HOME/.config/bpytop/themes`.
|
||||||
|
@ -112,16 +112,16 @@ Dropbear seems to not be able to set correct locale. So if accessing bpytop over
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
Main UI showing details for a selected process.
|
Main UI showing details for a selected process.
|
||||||

|

|
||||||
|
|
||||||
Main UI in mini mode.
|
Main UI in mini mode.
|
||||||

|

|
||||||
|
|
||||||
Main menu.
|
Main menu.
|
||||||

|

|
||||||
|
|
||||||
Options menu.
|
Options menu.
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -360,4 +360,4 @@ Arguments:
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
[Apache License 2.0](LICENSE)
|
[Apache License 2.0](https://github.com/aristocratos/bpytop/blob/master/LICENSE)
|
||||||
|
|
Loading…
Reference in New Issue