From 5cf15adc7ef49a40288171d2e15234ba8fcc7753 Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Tue, 17 Dec 2024 11:01:39 +0100 Subject: [PATCH] fixed blurr for Rofi and Dust and changes Dust background color for normal messages for a cleaner look --- .config/dunst/dunstrc | 2 +- .config/hypr/hyprland.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 7a05247..dd1e7d6 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -340,7 +340,7 @@ #default_icon = /path/to/icon [urgency_normal] - background = "#285577aa" + background = "#222222aa" foreground = "#ffffff" timeout = 10 override_pause_level = 30 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 73f3535..47d9621 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -342,4 +342,6 @@ windowrulev2 = noblur, class:^(Peek)$ windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 layerrule = blur, rofi +layerrule = ignorealpha, rofi layerrule = blur, notifications +layerrule = ignorealpha, notifications