diff --git a/hypr-configs/hyprland/dunst/dunstrc b/hypr-configs/hyprland/dunst/dunstrc index a1914cb..7cf7b23 100644 --- a/hypr-configs/hyprland/dunst/dunstrc +++ b/hypr-configs/hyprland/dunst/dunstrc @@ -8,16 +8,33 @@ # by Stephan Raabe (2023) # ----------------------------------------------------- +[urgency_low] + background = "#171717" + foreground = "#888888" + timeout = 6 + +[urgency_normal] + background = "#171717" + foreground = "#ffffff" + timeout = 6 + +[urgency_critical] + background = "#171717" + foreground = "#ffffff" + frame_color = "#ffffff" + timeout = 6 + + [global] # monitor = 0 # force_xwayland = true - # layer = top + layer = top follow = keyboard - width = 350 + width = 320 height = (0,300) origin = bottom-right offset = 15x15 - transparency = 5 + transparency = 0 corner_radius = 10 scale = 1 notification_limit = 20 @@ -128,24 +145,6 @@ mouse_middle_click = do_action, close_current mouse_right_click = close_all -[urgency_low] - # IMPORTANT: colors have to be defined in quotation marks. - # Otherwise the "#" and following would be interpreted as a comment. - background = "#000000" - foreground = "#888888" - timeout = 6 - -[urgency_normal] - background = "#00000070" - foreground = "#ffffff" - timeout = 6 - -[urgency_critical] - background = "#000000" - foreground = "#ffffff" - frame_color = "#ffffff" - timeout = 6 - # Experimental features that may or may not work correctly. Do not expect them # to have a consistent behaviour across releases. [experimental] diff --git a/hypr-configs/hyprland/hypr/configs/decoration/variants/default.conf b/hypr-configs/hyprland/hypr/configs/decoration/variants/default.conf index cff43a1..5422956 100644 --- a/hypr-configs/hyprland/hypr/configs/decoration/variants/default.conf +++ b/hypr-configs/hyprland/hypr/configs/decoration/variants/default.conf @@ -12,10 +12,11 @@ decoration { passes = 3 new_optimizations = on ignore_opacity = true + blurls = Dunst + blurls = dunst # blurls = avizo # blurls = waybar # xray = true - # blurls = dunst } active_opacity = 1.0