feat(dunst): notifications now have blurred background

feat(rofi): dim the rest of the screen when rofi is showed
This commit is contained in:
2025-09-02 18:03:41 +02:00
parent ff218251ff
commit 3bce8fd152
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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