From 036c889c4a4f7f59d1e1a592586b54c5c5e93005 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 May 2024 20:10:26 +0500 Subject: initial commit --- dunst/dunstrc | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 dunst/dunstrc (limited to 'dunst/dunstrc') diff --git a/dunst/dunstrc b/dunst/dunstrc new file mode 100644 index 0000000..39296fd --- /dev/null +++ b/dunst/dunstrc @@ -0,0 +1,63 @@ +[global] + monitor = 0 + follow = keyboard + geometry = "300x10-8+34" + indicate_hidden = yes + shrink = true + transparency = 6 + notification_height = 0 + separator_height = 20 + padding = 20 + horizontal_padding = 10 + frame_width = 1 + frame_color = "#ffffff" + separator_color = auto + font = FiraSans + markup = full + format = "%s %p\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 + icon_position = left + max_icon_size = 48 + icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/:/usr/share/icons/Papirus/16x16/apps/ + sticky_history = yes + history_length = 20 + always_run_script = true + startup_notification = false + browser = /usr/bin/firefox -new-tab + verbosity = mesg + corner_radius = 0 + force_xinerama = false + mouse_left_click = close_current + mouse_middle_click = do_action + mouse_right_click = close_all + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+grave + context = ctrl+shift+period + +[urgency_low] +timeout = 4 +background = "#2a2f33" +foreground = "#aadae0" +frame_color = "#aadae0" + +[urgency_normal] +timeout = 8 +background = "#2a2f33" +foreground = "#baeff6" +frame_color = "#baeff6" + +[urgency_critical] +timeout = 0 +background = "#2a2f33" +foreground = "#ffbaba" +frame_color = "#ffbaba" -- cgit v1.2.3