diff options
author | eug-vs <eug-vs@keemail.me> | 2021-04-27 22:17:23 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-04-27 22:17:52 +0300 |
commit | 7485d836399333f60355cdb5ea7a9c3ab60f2ba6 (patch) | |
tree | 56f0ba88523359e70ea6041d6403d703db72f137 /.config | |
parent | 2741b55b5caecf73d4faf6d100acbc0337c28417 (diff) | |
download | dotfiles-7485d836399333f60355cdb5ea7a9c3ab60f2ba6.tar.gz |
feat(dunst): match style to status bar
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] |