From c2b60f3eec28cf77e10c035234b2ae4791e5ca8d Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Fri, 5 May 2023 04:14:45 +0300 Subject: [PATCH] Dunst stuff --- dunst/dunstrc | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 dunst/dunstrc diff --git a/dunst/dunstrc b/dunst/dunstrc new file mode 100644 index 0000000..43cc6f2 --- /dev/null +++ b/dunst/dunstrc @@ -0,0 +1,60 @@ +[global] + font = "Fira Code 10" + allow_markup = yes +# format = "%s %p\n%b" +# sort = yes +# indicate_hidden = true + # geometry = "x5" +# idle_threshold = 0 +# geometry = "500x15-20+20" +# alignment = left +# show_age_threshold = 60 +# sticky_history = yes +# follow = mouse +# word_wrap = yes +# separator_height = 3 +# padding = 15 +# horizontal_padding = 15 +# separator_color = frame +# startup_notification = false +# dmenu = "/usr/bin/dmenu -p dunst: -nb #FFFFFF -nf #000000 -sb #94DBFF -sf #000000" +# browser = /home/knopwob/bin/url_dispatcher + + +[frame] + width = 3 + color = "#66D9EF" + +#[shortcuts] +# close = ctrl+space +# close_all = ctrl+shift+space +# history = ctrl+grave +# context = ctrl+shift+period + +#[urgency_low] +# background = "#272822" +# foreground = "#FD971F" +# timeout = 7 +#[urgency_normal] +# background = "#272822" +# foreground = "#ffffff" +# timeout = 7 +#[urgency_critical] +# background = "#272822" +# foreground = "#F92672" +# timeout = 15 + +[urgency_low] + background = "#4e432f" + foreground = "#e7c664" + timeout = 7 + +[urgency_normal] + background = "#4e432f" + foreground = "#f39660" + timeout = 7 + +[urgency_critical] + background = "#4e432f" + foreground = "#Fc5d7c" + timeout = 15