From 91d11a30f02ec6d60849ba1a7c38461df86230ad Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:59:32 -0500 Subject: update theme and font --- dwm/.config/dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dwm/.config/dunst/dunstrc b/dwm/.config/dunst/dunstrc index 77ca679..65fbda6 100644 --- a/dwm/.config/dunst/dunstrc +++ b/dwm/.config/dunst/dunstrc @@ -97,7 +97,7 @@ ### Text ### - font = Iosevka Comfy 16 + font = Iosevka Comfy Wide Motion Duo 14 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -294,14 +294,14 @@ #default_icon = /path/to/icon [urgency_normal] - background = "#000000" - foreground = "#ffffff" + background = "#1d2021" + foreground = "#ebdbb2" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable default_icon = ~/.fvwm/icon/Yoritsuki/Kanban\ \(sign\).png [urgency_critical] - background = "#9d1f1f" + background = "#cc241d" foreground = "#ffffff" frame_color = "#ff0000" timeout = 0 -- cgit v1.2.3