mirror of https://github.com/aristocratos/bashtop
updated example bashtop.cfg
parent
8eb9690de6
commit
7612581c8d
|
@ -65,7 +65,10 @@ 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.6.5
|
#? Config file for bashtop v. 0.8.0
|
||||||
|
|
||||||
|
#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes", "Default" for builtin default theme
|
||||||
|
color_theme="Default"
|
||||||
|
|
||||||
#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs
|
#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs
|
||||||
update_ms="2500"
|
update_ms="2500"
|
||||||
|
@ -81,7 +84,7 @@ proc_reversed="false"
|
||||||
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
|
||||||
draw_clock="%X"
|
draw_clock="%R"
|
||||||
|
|
||||||
#* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfort
|
#* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfort
|
||||||
background_update="true"
|
background_update="true"
|
||||||
|
|
Loading…
Reference in New Issue