From cf97189756b42282f94828c3df9d26eb3d01e2db Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 31 Mar 2022 18:21:39 +0300 Subject: faet(dunst): move notifications to top-center --- dunst/.config/dunst/dunstrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index b0cc4f0..af056b2 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -7,19 +7,20 @@ show_age_threshold = 60 word_wrap = yes ignore_newline = no - width=300 - offset=8x36 + width=400 + offset=0x12 + origin = top-center transparency = 0 notification_limit = 3 idle_threshold = 60 follow = keyboard sticky_history = yes - line_height = 8 - padding = 12 - horizontal_padding = 12 + line_height = 6 + padding = 6 + horizontal_padding = 6 separator_height = 1 separator_color = "#1d2021" - max_icon_size = 72 + max_icon_size = 48 frame_width = 1 [urgency_low] -- cgit v1.2.3