From 7485d836399333f60355cdb5ea7a9c3ab60f2ba6 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 27 Apr 2021 22:17:23 +0300 Subject: feat(dunst): match style to status bar --- .config/dunst/dunstrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cea6691..cfe6226 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -4,26 +4,25 @@ format = "%s\n%b" sort = yes indicate_hidden = yes - alignment = left + alignment = center bounce_freq = 0 show_age_threshold = 60 word_wrap = yes ignore_newline = no - geometry = "256x5-8+40" + geometry = "280x5-12+42" transparency = 0 idle_threshold = 120 follow = keyboard sticky_history = yes line_height = 8 - padding = 12 - horizontal_padding = 8 + padding = 20 + horizontal_padding = 12 separator_height = 1 separator_color = "#d79921" startup_notification = false - vertical_alignment = top [frame] - width = 1 + width = 0 color = "#d79921" [shortcuts] -- cgit v1.2.3