diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 8f4b2ce..f604a4e 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -313,21 +313,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#595959E0" + background = "#59595980" foreground = "#ffffff" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#595959E0" + background = "#59595980" foreground = "#ffffff" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#900000C0" + background = "#90000080" foreground = "#ffffff" frame_color = "#ff0000" timeout = 0 diff --git a/.config/hypr/windows_rules.conf b/.config/hypr/windows_rules.conf index 973398d..988fb7a 100644 --- a/.config/hypr/windows_rules.conf +++ b/.config/hypr/windows_rules.conf @@ -57,7 +57,11 @@ windowrule = nofocus, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(Default # Rofi blur layerrule = blur, rofi layerrule = ignorezero,rofi +layerrule = dimaround,rofi # Waybar blur layerrule = blur, waybar layerrule = ignorezero,waybar + +layerrule = blur, notifications +layerrule = ignorezero,notifications