From b175868b088e39e479f76da6083b50165a8f4b0a Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Tue, 9 Jan 2024 15:16:12 -0500 Subject: [PATCH] Show GPU box --- btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btop/btop.conf b/btop/btop.conf index da6f116..8186f43 100755 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -47,7 +47,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu net proc mem" +shown_boxes = "cpu net proc mem gpu0" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 2000