summaryrefslogtreecommitdiff
path: root/dotfiles/common
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-30 08:22:20 -0600
committerCraig Jennings <c@cjennings.net>2026-01-30 08:22:20 -0600
commitdb6bc5c72337d1ff3e221c8356a646a97dc48e13 (patch)
tree4d56a15ae033cb1bd4858a062287bf5eee64169f /dotfiles/common
parent3f0fc97f14903d73f44d1cbf8362a9b28441420d (diff)
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')
-rw-r--r--dotfiles/common/.config/btop/btop.conf2
-rw-r--r--dotfiles/common/.config/dunst/dunstrc4
2 files changed, 3 insertions, 3 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
diff --git a/dotfiles/common/.config/dunst/dunstrc b/dotfiles/common/.config/dunst/dunstrc
index 0847fdf..6f8a3ec 100644
--- a/dotfiles/common/.config/dunst/dunstrc
+++ b/dotfiles/common/.config/dunst/dunstrc
@@ -50,11 +50,11 @@ mouse_middle_click = do_action, close_current
mouse_right_click = close_all
[urgency_low]
-background = "#151311f0"
+background = "#252321f0"
timeout = 3
[urgency_normal]
-background = "#151311f0"
+background = "#252321f0"
timeout = 8
[urgency_critical]