dotfiles/.config/dunst/dunstrc.template

48 lines
973 B
Plaintext

[global]
font = "Open Sans 10"
markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "300x50-12+60"
transparency = 20
idle_threshold = 120
monitor = 0
follow = mouse
sticky_history = yes
line_height = 0
separator_height = 1
padding = 8
horizontal_padding = 8
separator_color = auto
startup_notification = false
frame_width = 1
frame_color = "#383838"
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
background = ${bg-color}
foreground = ${fg-color}
timeout = 5
[urgency_normal]
background = ${bg-color}
foreground = ${fg-color}
timeout = 20
[urgency_critical]
background = ${bg-color}
foreground = ${fg-color}
timeout = 0