diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 11 |
1 files 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 = "<b>%s</b>\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] |