From 5651b13cccfd50d786df94c997641b1c0b766413 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:15:50 +0200 Subject: Really cool changes. Changes to be committed: modified: alacritty/alacritty.toml modified: btop/btop.conf modified: install.sh modified: keybinds modified: tmux/tmux.conf --- btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btop') diff --git a/btop/btop.conf b/btop/btop.conf index 30246af..8b3eb44 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -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 = "net proc mem cpu" +shown_boxes = "net proc mem cpu gpu0" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 100 -- cgit v1.2.3