From ad58b57df7b298bc3e25c578f590d44da3ce36c9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 17 Jun 2022 19:09:27 +0200 Subject: Initial commit --- dotfiles/dunstrc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dotfiles/dunstrc (limited to 'dotfiles/dunstrc') diff --git a/dotfiles/dunstrc b/dotfiles/dunstrc new file mode 100644 index 0000000..c2fe046 --- /dev/null +++ b/dotfiles/dunstrc @@ -0,0 +1,34 @@ +[global] +monitor = 0 +alignment = center +follow = keyboard +frame_width = 1 +#geometry = 150x0-5+5 +geometry = "350x5-0+24" +padding = 5 +font = Noto Sans Display Nerd Font 12 +separator_color = "#6790EB" +frame_color = "#6790EB" +word_wrap = true + +[shortcuts] +close = ctrl+space +close_all = ctrl+shift+space +history = ctrl+grave +context = ctrl+shift+period + +[urgency_low] +background = "#2F343F" +foreground = "#f3f4f5" +timeout = 5 + +[urgency_normal] +background = "#2F343F" +foreground = "#f3f4f5" +timeout = 10 + +[urgency_critical] +background = "#2F343F" +foreground = "#f3f4f5" +frame_color = "#FF0000" +timeout = 0 -- cgit 1.4.1