From dbaeaf827090545db7db30d623b44ac29e386829 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:08:42 +0200 Subject: 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 --- btop/btop.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'btop') 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 = "" -- cgit v1.2.3