mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
feat(dunst): notifications now have blurred background
feat(rofi): dim the rest of the screen when rofi is showed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user