From 1647fbf3c08f45676b94561e3290df9c349a4f4c Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 23 Jun 2018 14:40:06 -0500 Subject: [PATCH] Dunst: Play with font sizes a bit --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 6ddc7df3..7b7a793e 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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%b" # Alignment of message text. # Possible values are "left", "center" and "right".