diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-02-23 22:46:32 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-02-23 22:46:32 +0200 |
commit | 40577b3f22f677c45525e7439f689a482eedbf69 (patch) | |
tree | ab90ca3534837832810bd7bc369792e3823c9c59 /btop | |
parent | 24e57cd8a2ce1e65a3eedfe22a1c713e5abe81f0 (diff) |
Minor updates.
Changes to be committed:
modified: X11/xinit
modified: btop/btop.conf
modified: zsh/aliases
Diffstat (limited to 'btop')
-rw-r--r-- | btop/btop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btop/btop.conf b/btop/btop.conf index 83d46f0..9a38f28 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 = "cpu mem net proc" +shown_boxes = "cpu mem net proc gpu0" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 100 |