From 81fa1dfc026041db9022d1550afb48cdf2155868 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Fri, 22 Feb 2013 22:50:07 +0000 Subject: [PATCH] update dunstrc --- dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dunstrc b/dunstrc index fee2a79..df23c16 100644 --- a/dunstrc +++ b/dunstrc @@ -1,5 +1,5 @@ [global] - font = Monospace-10 + font = Monospace 8 # allow a small subset of html markup: # bold @@ -19,7 +19,7 @@ # %I iconname (without its path) # %p progress value if set ([ 0%] to [100%]) or nothing # Markup is allowed - format = "%s\n%b" + format = "%s\n%b" # Sort messages by urgency sort = yes @@ -96,7 +96,7 @@ # Draw a line of 'separatpr_height' pixel height between two notifications. # Set to 0 to disable - separator_height = 2; + separator_height = 2 # padding between text and separator padding = 8