Updated OSX info
parent
d7cc0052ac
commit
491b28bea5
|
@ -49,6 +49,8 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
|
||||||
* UI menu for changing all config file options.
|
* UI menu for changing all config file options.
|
||||||
* Auto scaling graph for network usage.
|
* Auto scaling graph for network usage.
|
||||||
* Shows message in menu if new version is available
|
* Shows message in menu if new version is available
|
||||||
|
* Shows current read and write speeds for disks
|
||||||
|
* Multiple data collection methods which can be switched if running on Linux
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
@ -99,6 +101,8 @@ Recommended alternative [iTerm2](https://www.iterm2.com/)
|
||||||
|
|
||||||
Will also need to be run as superuser on OSX to display stats for processes not owned by user.
|
Will also need to be run as superuser on OSX to display stats for processes not owned by user.
|
||||||
|
|
||||||
|
The disk io stats on OSX shows iostats for all disks at the top instead of per disk because of limitations with psutil on OSX.
|
||||||
|
|
||||||
For correct display, a terminal with support for:
|
For correct display, a terminal with support for:
|
||||||
|
|
||||||
* 24-bit truecolor
|
* 24-bit truecolor
|
||||||
|
@ -279,7 +283,7 @@ Config files stored in "$HOME/.config/bashtop" folder
|
||||||
#### bashtop.cfg: (auto generated if not found)
|
#### bashtop.cfg: (auto generated if not found)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#? Config file for bashtop v. 0.8.28
|
#? Config file for bashtop v. 0.9.0
|
||||||
|
|
||||||
#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes", "Default" for builtin default theme
|
#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes", "Default" for builtin default theme
|
||||||
color_theme="Default"
|
color_theme="Default"
|
||||||
|
@ -294,7 +298,7 @@ proc_sorting="cpu lazy"
|
||||||
#* Reverse sorting order, "true" or "false"
|
#* Reverse sorting order, "true" or "false"
|
||||||
proc_reversed="false"
|
proc_reversed="false"
|
||||||
|
|
||||||
#* Check cpu temperature, only works if "sensors" command is available and have values for "Package" and "Core"
|
#* Check cpu temperature, only works if "sensors", "vcgencmd" or "osx-cpu-temp" commands is available
|
||||||
check_temp="true"
|
check_temp="true"
|
||||||
|
|
||||||
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable
|
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable
|
||||||
|
|
Loading…
Reference in New Issue