diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-01-07 19:08:42 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-01-07 19:08:42 +0200 |
commit | dbaeaf827090545db7db30d623b44ac29e386829 (patch) | |
tree | dd5b048b2d40c40dc373b6a2901fc291d994809d /btop/btop.conf | |
parent | 44d9ebb842720bbec7eba24e923718ade5932604 (diff) |
Routine changes.
Changes to be committed:
modified: Kvantum/KvArcDark#/KvArcDark#.kvconfig
modified: X11/xinit
modified: appimageupdate
modified: btop/btop.conf
modified: install.sh
modified: lock
deleted: nvim/colors/hybrid.vim.bkup
modified: nvim/init.vim
modified: zsh/aliases
modified: zsh/env
modified: zsh/zshrc
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 = "" |