diff options
Diffstat (limited to 'dunst/dunstrc')
| -rw-r--r-- | dunst/dunstrc | 63 |
1 files changed, 63 insertions, 0 deletions
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 = "<b>%s</b> %p\n<i>%b</i>" + 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" |
