From 640db9269011f66b7f4a3c9534fad5a829b2113c Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 5 Feb 2018 14:39:01 -0600 Subject: [PATCH] Dunst: Reposition, change font Can't wait for that rounded corner branch to merge in --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 007e70b6..36e89acc 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "400x8-10+50" + geometry = "400x8-10+10" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -86,7 +86,7 @@ ### Text ### #font = Monospace 8 - font = xos4 Terminus 9 + font = Helvetica CE 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -125,7 +125,7 @@ # %p progress value if set ([ 0%] to [100%]) or nothing # %n progress value if set without any extra characters # Markup is allowed - format = "%s (%a)\n%b" + format = "%s (%a)\n\n%b" # Alignment of message text. # Possible values are "left", "center" and "right".