diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-30 08:22:20 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-30 08:22:20 -0600 |
| commit | c4d5fb8863767e3420dd767b6dca18fe8f58f825 (patch) | |
| tree | 77ae57ac2e28f5144e87e2421ebbe98b1b82e8b7 /dotfiles/common/.config/btop | |
| parent | e05bec3c09deaeb2ba34247e49baa7f463220c68 (diff) | |
| download | archsetup-c4d5fb8863767e3420dd767b6dca18fe8f58f825.tar.gz archsetup-c4d5fb8863767e3420dd767b6dca18fe8f58f825.zip | |
feat(theme): improve notification visibility with bg+1 background
- Change dunst notification background from bg to bg+1 (#252321)
- Remove shortwave keybinding ($mod+Shift+R)
- Move addmaster to $mod+U, keep term2 scratchpad on $mod+I
- Update btop box order
Diffstat (limited to 'dotfiles/common/.config/btop')
| -rw-r--r-- | dotfiles/common/.config/btop/btop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/common/.config/btop/btop.conf b/dotfiles/common/.config/btop/btop.conf index 3c1318f..eb44ff0 100644 --- a/dotfiles/common/.config/btop/btop.conf +++ b/dotfiles/common/.config/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 |
