From cf3eefda31e98d4725a64000861a388ba7708c62 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 21 Jul 2021 15:53:52 +0300 Subject: feat!: move to GNU Stow, remove wiki --- dunst/.config/dunst/dunstrc | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 dunst/.config/dunst/dunstrc (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc new file mode 100644 index 0000000..30a4011 --- /dev/null +++ b/dunst/.config/dunst/dunstrc @@ -0,0 +1,49 @@ +[global] + font = "Fira Code Nerd Font 9" + allow_markup = yes + format = "%s\n%b" + sort = yes + indicate_hidden = yes + alignment = center + bounce_freq = 0 + show_age_threshold = 60 + word_wrap = yes + ignore_newline = no + geometry = "300x5-12+42" + transparency = 0 + idle_threshold = 120 + follow = keyboard + sticky_history = yes + line_height = 8 + padding = 12 + horizontal_padding = 12 + separator_height = 1 + separator_color = "#ebdbb2" + startup_notification = false + max_icon_size = 72 + +[frame] + width = 1 + color = "#ebdbb2" + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+grave + context = ctrl+shift+period + +[urgency_low] + background = "#1d2021" + foreground = "#ebdbb2" + timeout = 5 + +[urgency_normal] + background = "#1d2021" + foreground = "#ebdbb2" + timeout = 20 + +[urgency_critical] + background = "#1d2021" + foreground = "#ebdbb2" + timeout = 0 + -- cgit v1.2.3