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 --- assets/color-themes/dupre/dupre-palette.org | 2 +- dotfiles/common/.config/btop/btop.conf | 2 +- dotfiles/common/.config/dunst/dunstrc | 4 ++-- dotfiles/hyprland/.config/hypr/hyprland.conf | 3 +-- dotfiles/hyprland/.config/themes/dupre/dunstrc | 4 ++-- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/assets/color-themes/dupre/dupre-palette.org b/assets/color-themes/dupre/dupre-palette.org index 1293c02..cd4f26a 100644 --- a/assets/color-themes/dupre/dupre-palette.org +++ b/assets/color-themes/dupre/dupre-palette.org @@ -152,7 +152,7 @@ Source: =dotfiles/hyprland/.config/themes/dupre/dunstrc= | Foreground | =#f0fef0= | | Frame | =#d7af5f= | | Highlight | =#d7af5f= | -| Normal/low bg | =#151311f0= | +| Normal/low bg | =#252321f0= | | Critical bg | =#7c2a09f0= | | Critical frame | =#d47c59= | | Critical highlight | =#ff2a00= | 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] diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 7a5a6fa..dfbb49e 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -182,7 +182,6 @@ bind = $mod SHIFT, W, exec, $ALTBROWSER bind = CTRL ALT, W, exec, tor-browser bind = $mod, V, exec, virtualbox bind = $mod SHIFT, L, exec, calibre -bind = $mod SHIFT, R, exec, shortwave bind = $mod SHIFT, P, exec, waypaper # Theme switching @@ -211,7 +210,7 @@ bind = $mod SHIFT, F, togglefloating bind = $mod SHIFT, SPACE, togglefloating # Master layout adjustments -bind = $mod, I, layoutmsg, addmaster +bind = $mod, U, layoutmsg, addmaster bind = $mod, D, layoutmsg, removemaster # Stash windows (hide to special workspace) diff --git a/dotfiles/hyprland/.config/themes/dupre/dunstrc b/dotfiles/hyprland/.config/themes/dupre/dunstrc index 0847fdf..6f8a3ec 100644 --- a/dotfiles/hyprland/.config/themes/dupre/dunstrc +++ b/dotfiles/hyprland/.config/themes/dupre/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