X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fbpytop%2Fbpytop.conf;h=9fda30921dd64ae176359646315af29408f3a9fb;hp=0c56e6e1a537626d00414a2327f740b55ed113a0;hb=0e9c3ceb40901f4d44981c1376cb9e23a248e006;hpb=17c385aadd0dbea15590ef20c4f6524e63cce2c9 diff --git a/.config/bpytop/bpytop.conf b/.config/bpytop/bpytop.conf index 0c56e6e1..9fda3092 100644 --- a/.config/bpytop/bpytop.conf +++ b/.config/bpytop/bpytop.conf @@ -1,8 +1,8 @@ -#? Config file for bpytop v. 1.0.59 +#? 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" -color_theme="Default" +color_theme="gruvbox_dark" #* If the theme set background should be shown, set to False if you want terminal background transparency theme_background=True @@ -45,6 +45,25 @@ proc_per_core=False #* Show process memory as bytes instead of percent proc_mem_bytes=True +#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available, see: +#* https://psutil.readthedocs.io/en/latest/#psutil.cpu_times for attributes available on specific platforms. +#* Select from a list of detected attributes from the options menu +cpu_graph_upper="total" + +#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available, see: +#* https://psutil.readthedocs.io/en/latest/#psutil.cpu_times for attributes available on specific platforms. +#* Select from a list of detected attributes from the options menu +cpu_graph_lower="total" + +#* Toggles if the lower CPU graph should be inverted. +cpu_invert_lower=True + +#* Set to True to completely disable the lower CPU graph. +cpu_single_graph=False + +#* Shows the system uptime in the CPU box. +show_uptime=True + #* Check cpu temperature, needs "osx-cpu-temp" on MacOS X. check_temp=True @@ -54,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" @@ -85,6 +107,9 @@ only_physical=True #* Read disks list from /etc/fstab. This also disables only_physical. use_fstab=False +#* Toggles if io stats should be shown in regular disk usage view +show_io_stat=True + #* Toggles io mode for disks, showing only big graphs for disk read/write speeds. io_mode=False