From b58473de89d7e7019173a8c06326e25af68cdb1d Mon Sep 17 00:00:00 2001 From: antistereov Date: Sat, 28 Mar 2026 17:59:31 +0100 Subject: [PATCH] feat(btop): do some change - I have no idea --- btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btop/btop.conf b/btop/btop.conf index 94ab49b..1025d2a 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -53,7 +53,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 mem net proc" +shown_boxes = "mem net proc cpu" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 2000