update dunstrc
This commit is contained in:
parent
a34adda3a4
commit
81fa1dfc02
6
dunstrc
6
dunstrc
@ -1,5 +1,5 @@
|
|||||||
[global]
|
[global]
|
||||||
font = Monospace-10
|
font = Monospace 8
|
||||||
|
|
||||||
# allow a small subset of html markup:
|
# allow a small subset of html markup:
|
||||||
# <b>bold</b>
|
# <b>bold</b>
|
||||||
@ -19,7 +19,7 @@
|
|||||||
# %I iconname (without its path)
|
# %I iconname (without its path)
|
||||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||||
# Markup is allowed
|
# Markup is allowed
|
||||||
format = "%s\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
|
|
||||||
# Sort messages by urgency
|
# Sort messages by urgency
|
||||||
sort = yes
|
sort = yes
|
||||||
@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
# Draw a line of 'separatpr_height' pixel height between two notifications.
|
# Draw a line of 'separatpr_height' pixel height between two notifications.
|
||||||
# Set to 0 to disable
|
# Set to 0 to disable
|
||||||
separator_height = 2;
|
separator_height = 2
|
||||||
|
|
||||||
# padding between text and separator
|
# padding between text and separator
|
||||||
padding = 8
|
padding = 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user