From db6bc5c72337d1ff3e221c8356a646a97dc48e13 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 30 Jan 2026 08:22:20 -0600 Subject: 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 --- dotfiles/common/.config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/common/.config/dunst') 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] -- cgit v1.2.3