aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-02-02 18:59:32 -0500
committerBardofSprites <[email protected]>2026-02-02 18:59:32 -0500
commit91d11a30f02ec6d60849ba1a7c38461df86230ad (patch)
tree4058066a6f1115676f8577dc850d2a9b78aafb7d
parentdf58ed4188a35406967e573969c28770c79e96eb (diff)
update theme and font
-rw-r--r--dwm/.config/dunst/dunstrc8
1 files 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