From 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Mar 2020 23:33:42 +0100 Subject: Well I'm using Arch again --- .config/dunst/dunstrc | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 .config/dunst/dunstrc (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..a437f6a --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,92 @@ +[global] + ### Display ### + monitor = 0 + follow = none + geometry = "330x50-10+44" + indicate_hidden = yes + shrink = no + transparency = 0 + notification_height = 0 + separator_height = 0 + padding = 15 + horizontal_padding = 15 + frame_width = 0 + frame_color = "{color2}" + separator_color = frame + sort = yes + idle_threshold = 120 + + ### Text ### + + font = Iosevka 9 + line_height = 0 + markup = full + format = "%s\n%b" + alignment = left + show_age_threshold = 60 + word_wrap = yes + ellipsize = middle + ignore_newline = no + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + + ### Icons ### + + icon_position = left + max_icon_size = 45 + icon_path = /usr/share/icons/Papirus-Dark/16x16/status:/usr/share/icons/Papirus-Dark/16x16/devices + + ### History ### + + sticky_history = yes + history_length = 20 + + ### Misc/Advanced ### + + browser = /usr/bin/google-chrome-stable -new-tab + always_run_script = true + title = Dunst + class = Dunst + startup_notification = false + verbosity = mesg + corner_radius = 0 + + ### Legacy + + force_xinerama = false + + ### mouse + + mouse_left_click = close_current + mouse_middle_click = do_action + mouse_right_click = close_all + +[experimental] + per_monitor_dpi = false + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+grave + context = ctrl+shift+period + +[urgency_low] +timeout = 5 +background = "#161418" +foreground = "#d2d1d2" +frame_color = "#161418" + +[urgency_normal] +timeout = 5 +background = "#161418" +foreground = "#d2d1d2" +frame_color = "#161418" + +[urgency_critical] +timeout = 10 +background = "#161418" +foreground = "#d2d1d2" +frame_color = "#161418" +frame_color = "#d5c4a1" +separator_color = "#d5c4a1" -- cgit v1.2.3