chore: dunst bg color
This commit is contained in:
parent
58dbf817d0
commit
fba335a024
2 changed files with 22 additions and 22 deletions
|
@ -8,16 +8,33 @@
|
||||||
# by Stephan Raabe (2023)
|
# by Stephan Raabe (2023)
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = "#171717"
|
||||||
|
foreground = "#888888"
|
||||||
|
timeout = 6
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#171717"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
timeout = 6
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#171717"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
frame_color = "#ffffff"
|
||||||
|
timeout = 6
|
||||||
|
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
# monitor = 0
|
# monitor = 0
|
||||||
# force_xwayland = true
|
# force_xwayland = true
|
||||||
# layer = top
|
layer = top
|
||||||
follow = keyboard
|
follow = keyboard
|
||||||
width = 350
|
width = 320
|
||||||
height = (0,300)
|
height = (0,300)
|
||||||
origin = bottom-right
|
origin = bottom-right
|
||||||
offset = 15x15
|
offset = 15x15
|
||||||
transparency = 5
|
transparency = 0
|
||||||
corner_radius = 10
|
corner_radius = 10
|
||||||
scale = 1
|
scale = 1
|
||||||
notification_limit = 20
|
notification_limit = 20
|
||||||
|
@ -128,24 +145,6 @@
|
||||||
mouse_middle_click = do_action, close_current
|
mouse_middle_click = do_action, close_current
|
||||||
mouse_right_click = close_all
|
mouse_right_click = close_all
|
||||||
|
|
||||||
[urgency_low]
|
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
|
||||||
background = "#000000"
|
|
||||||
foreground = "#888888"
|
|
||||||
timeout = 6
|
|
||||||
|
|
||||||
[urgency_normal]
|
|
||||||
background = "#00000070"
|
|
||||||
foreground = "#ffffff"
|
|
||||||
timeout = 6
|
|
||||||
|
|
||||||
[urgency_critical]
|
|
||||||
background = "#000000"
|
|
||||||
foreground = "#ffffff"
|
|
||||||
frame_color = "#ffffff"
|
|
||||||
timeout = 6
|
|
||||||
|
|
||||||
# Experimental features that may or may not work correctly. Do not expect them
|
# Experimental features that may or may not work correctly. Do not expect them
|
||||||
# to have a consistent behaviour across releases.
|
# to have a consistent behaviour across releases.
|
||||||
[experimental]
|
[experimental]
|
||||||
|
|
|
@ -12,10 +12,11 @@ decoration {
|
||||||
passes = 3
|
passes = 3
|
||||||
new_optimizations = on
|
new_optimizations = on
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
|
blurls = Dunst
|
||||||
|
blurls = dunst
|
||||||
# blurls = avizo
|
# blurls = avizo
|
||||||
# blurls = waybar
|
# blurls = waybar
|
||||||
# xray = true
|
# xray = true
|
||||||
# blurls = dunst
|
|
||||||
}
|
}
|
||||||
|
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue