dotfiles/.config/dunst/dunstrc

49 lines
1 KiB
Text
Raw Normal View History

2020-09-17 02:09:58 +02:00
[global]
font = "Roboto Regular 14"
allow_markup = yes
format = "<b>%s %p</b>\n%b"
sort = yes
indicate_hidden = true
# geometry = "x5"
idle_threshold = 0
geometry = "300x10-30+52"
alignment = center
show_age_threshold = 60
sticky_history = yes
follow = mouse
word_wrap = yes
separator_height = 2
padding = 20
horizontal_padding = 20
separator_color = frame
separator_height = 3
startup_notification = false
dmenu = "/usr/bin/dmenu -p dunst: -nb #FFFFFF -nf #000000 -sb #94DBFF -sf #000000"
browser = /usr/bin/firefox
[frame]
width = 0
color = "#7780a1"
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
background = "#2F343F"
foreground = "#D3DAE3"
timeout = 10
[urgency_normal]
background = "#2F343F"
foreground = "#FFFFFF"
timeout = 15
[urgency_critical]
background = "#2F343F"
foreground = "#F27835"
timeout = 0