Minor changes

This commit is contained in:
Damien Broqua 2021-05-25 08:16:43 +02:00
parent fc3aa2cc82
commit 744737ed3d
6 changed files with 26 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#? Config file for bpytop v. 1.0.61
#? Config file for bpytop v. 1.0.63
#* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme.
#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai"
@ -73,6 +73,9 @@ cpu_sensor=Auto
#* Show temperatures for cpu cores also if check_temp is True and sensors has been found
show_coretemp=True
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine"
temp_scale="celsius"
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
draw_clock="%X"