dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 6247026b2167a5a8371aeb7bd42694e700aab65a
parent aebb402a8868bd9c6ef14f4da98d880458ec4890
Author: Ashymad <czilukim@o2.pl>
Date:   Sat, 25 Aug 2018 17:44:47 +0200

Add dunst config

Diffstat:
Adunst/.config/dunst/dunstrc | 46++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+), 0 deletions(-)

diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc @@ -0,0 +1,46 @@ +[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" + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+grave + context = ctrl+shift+period + +[urgency_low] + background = "#181818" + foreground = "#E3C7AF" + timeout = 5 + +[urgency_normal] + background = "#181818" + foreground = "#E3C7AF" + timeout = 20 + +[urgency_critical] + background = "#181818" + foreground = "#E3C7AF" + timeout = 0