diff options
Diffstat (limited to 'btop/btop.conf')
-rw-r--r-- | btop/btop.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/btop/btop.conf b/btop/btop.conf index 8d614b5..83d46f0 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.3.2 +#? Config file for btop v. 1.4.0 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -50,7 +50,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "cpu net proc mem" +shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 100 @@ -205,7 +205,7 @@ net_upload = 100 net_auto = True #* Sync the auto scaling for download and upload to whichever currently has the highest scale. -net_sync = True +net_sync = False #* Starts with the Network Interface specified here. net_iface = "" |