diff options
author | Person <you@example.com> | 2024-09-08 18:54:19 -0500 |
---|---|---|
committer | Person <you@example.com> | 2024-09-08 18:54:19 -0500 |
commit | 3f3d301e65688d55982b6ae0fada1e5a18feac0c (patch) | |
tree | 36f9dfdb6ecaeb69656eb4212bc6384be25cf169 /.config/btop | |
parent | 42480276ec5abfe119dcae53c5233daecb833357 (diff) |
Diffstat (limited to '.config/btop')
-rw-r--r-- | .config/btop/btop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 9d02acf..dffdea4 100644 --- a/.config/btop/btop.conf +++ b/.config/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" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "mem net cpu" +shown_boxes = "net cpu mem" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 500 |