From 4f640dc26111487376d393f31da7ccb4af42acb2 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 18 Jun 2022 20:38:54 -0700 Subject: [PATCH] adjusted appearance of dunst --- dunst/dunstrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 7d142615..81a87f48 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -24,17 +24,17 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + width = 400 # The maximum height of a single notification, excluding the frame. - height = 300 + height = 400 # Position the notification in the top right corner # origin = top-right origin = bottom-right # Offset from the origin - offset = 10x50 + offset = 30x50 # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -76,10 +76,10 @@ separator_height = 2 # Padding between text and separator. - padding = 8 + padding = 10 # Horizontal padding. - horizontal_padding = 8 + horizontal_padding = 10 # Padding between text and icon. text_icon_padding = 0 @@ -111,7 +111,7 @@ ### Text ### - font = Monospace 8 + font = Monospace 12 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -155,7 +155,7 @@ # Alignment of message text. # Possible values are "left", "center" and "right". - alignment = left + alignment = center # Vertical alignment of message text and icon. # Possible values are "top", "center" and "bottom".