commit 18b07365563031f95ef3e3b0ef62ee68915551b9 parent c4f14df5f6e093056b8c2abee6863ad4da1449dd Author: Szymon Mikulicz <szymon.mikulicz@posteo.net> Date: Fri, 10 Apr 2020 18:16:36 +0200 dunst: global theme Diffstat:
| M | dunst/.config/dunst/dunstrc | | | 79 | ++++++++++++++++++++++++++++++++++++++++++------------------------------------- |
1 file changed, 42 insertions(+), 37 deletions(-)
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc @@ -1,46 +1,51 @@ [global] - font = "Noto Sans 10" - markup = yes - format = "<b>%s</b>\n%b" - sort = yes - indicate_hidden = yes - monitor = 0 - alignment = center - bounce_freq = 0 - show_age_threshold = 60 - word_wrap = yes - ignore_newline = no - geometry = "200x0+6+30" - transparency = 0 - idle_threshold = 120 - follow = mouse - sticky_history = yes - line_height = 0 - separator_height = 2 - padding = 8 - horizontal_padding = 8 - separator_color = "#585858" - startup_notification = false - frame_width = 1 - frame_color = "#383838" +font = "Noto Sans 10" +markup = yes +format = "<b>%s</b>\n%b" +sort = yes +indicate_hidden = yes +monitor = 0 +alignment = center +bounce_freq = 0 +show_age_threshold = 60 +word_wrap = yes +ignore_newline = no +geometry = "200x0+10+10" +transparency = 10 +idle_threshold = 120 +follow = mouse +sticky_history = yes +line_height = 0 +separator_height = 2 +padding = 8 +horizontal_padding = 8 +separator_color = foreground +startup_notification = false +frame_width = 2 +frame_color = "#5c6370" [shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - context = ctrl+shift+period +close = ctrl+space +close_all = ctrl+shift+space +history = ctrl+grave +context = ctrl+shift+period [urgency_low] - background = "#181818" - foreground = "#E3C7AF" - timeout = 5 +background = "#282c34" +foreground = "#dcdfe4" +frame_color = "#56b6c2" +timeout = 5 [urgency_normal] - background = "#181818" - foreground = "#E3C7AF" - timeout = 20 +background = "#282c34" +foreground = "#dcdfe4" +frame_color = "#98c379" +timeout = 20 [urgency_critical] - background = "#181818" - foreground = "#E3C7AF" - timeout = 0 +background = "#282c34" +foreground = "#dcdfe4" +frame_color = "#e5c07b" +timeout = 0 + +; vim:ft=dosini