Not sure
This commit is contained in:
parent
e454814792
commit
17d2a373e6
|
@ -1,4 +1,4 @@
|
||||||
#? Config file for bpytop v. 1.0.63
|
#? Config file for bpytop v. 1.0.65
|
||||||
|
|
||||||
#* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme.
|
#* 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"
|
#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai"
|
||||||
|
@ -76,6 +76,9 @@ show_coretemp=True
|
||||||
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine"
|
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine"
|
||||||
temp_scale="celsius"
|
temp_scale="celsius"
|
||||||
|
|
||||||
|
#* Show CPU frequency, can cause slowdowns on certain systems with some versions of psutil
|
||||||
|
show_cpu_freq=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="%X"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue