added dunst
This commit is contained in:
28
.config/dunst/dunstrc
Normal file
28
.config/dunst/dunstrc
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
[global]
|
||||||
|
follow = mouse
|
||||||
|
corner_radius = 5
|
||||||
|
font = "Monospace 12"
|
||||||
|
width = 350
|
||||||
|
height = (0, 200)
|
||||||
|
origin = top-right
|
||||||
|
offset = (15, 15)
|
||||||
|
transparency = 20
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = "#1e1e2e77"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
frame_color = "#b4befe"
|
||||||
|
timeout = 10
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#1e1e2e77"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
frame_color = "#cba6f7"
|
||||||
|
highlight = "#BF616A"
|
||||||
|
timeout = 15
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#1e1e2e77"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
frame_color = "#f38ba8"
|
||||||
|
timeout = 0
|
||||||
@@ -120,11 +120,10 @@ layerrule {
|
|||||||
blur = on
|
blur = on
|
||||||
ignore_alpha = 0
|
ignore_alpha = 0
|
||||||
match:namespace = notifications
|
match:namespace = notifications
|
||||||
match:namespace = swaync-notification-window
|
|
||||||
}
|
}
|
||||||
|
|
||||||
layerrule {
|
layerrule {
|
||||||
name = layerrule-3
|
name = something to do with wlogout
|
||||||
blur = on
|
blur = on
|
||||||
match:namespace = logout_dialog
|
match:namespace = logout_dialog
|
||||||
}
|
}
|
||||||
@@ -133,7 +132,7 @@ layerrule {
|
|||||||
name = layerrule-3
|
name = layerrule-3
|
||||||
blur = on
|
blur = on
|
||||||
ignore_alpha = 0
|
ignore_alpha = 0
|
||||||
match:namespace = ironbar
|
match:namespace = waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
layerrule {
|
layerrule {
|
||||||
|
|||||||
Reference in New Issue
Block a user