[Dunst] Update popup options

This commit is contained in:
pgrondek 2019-05-27 21:15:48 +02:00
parent dce02339cd
commit cc75e7e29f

14
dunstrc
View file

@ -2,7 +2,8 @@
monitor = 1 monitor = 1
follow = none follow = none
geometry = "300x5-30+30" geometry = "300x5-30+30"
shrink = no indicate_hidden = yes
shrink = yes
separator_height = 1 separator_height = 1
padding = 8 padding = 8
horizontal_padding = 8 horizontal_padding = 8
@ -10,7 +11,7 @@
sort = yes sort = yes
# Text # Text
font = Roboto 12 font = Roboto 10
line_height = 0 line_height = 0
markup = full markup = full
format = "<b>%s</b>\n%b" format = "<b>%s</b>\n%b"
@ -20,9 +21,8 @@
ignore_newline = no ignore_newline = no
stack_duplicates = false stack_duplicates = false
show_indicators = yes show_indicators = yes
icon_position = left icon_position = off
max_icon_size = 32 max_fieldlength = 200
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
[frame] [frame]
width = 0 width = 0
@ -39,8 +39,8 @@
timeout = 10 timeout = 10
[urgency_normal] [urgency_normal]
background = "#757575" background = "#ffffff"
foreground = "#000000" foreground = "#5f6368"
timeout = 15 timeout = 15
[urgency_critical] [urgency_critical]