From 93c1b943874300c4e72ffce7e879248619c02ded Mon Sep 17 00:00:00 2001 From: _N0x Date: Mon, 19 May 2025 22:07:41 +0200 Subject: [PATCH] Updated dunstrc with everforest and hyprland tweaks --- dunst/.config/dunst/dunstrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 20eadc6..3e7232a 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -33,7 +33,7 @@ origin = top-right # Offset from the origin - offset = 15x48 + offset = 15x15 # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -92,10 +92,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 5 + frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#8FBCBB" + frame_color = "#A7C080" # Size of gap to display between notifications - requires a compositor. # If value is greater than 0, separator_height will be ignored and a border @@ -250,7 +250,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 0 + corner_radius = 10 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this @@ -313,15 +313,15 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#2E3440" - foreground = "#888888" + background = "#2E383C" + foreground = "#D3C6AA" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#3b4252" - foreground = "#ffffff" + background = "#2E383C" + foreground = "#D3C6AA" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon