75 lines
1.4 KiB
Plaintext
75 lines
1.4 KiB
Plaintext
# For defaults and description of each option, see the link bellow
|
|
# https://github.com/dunst-project/dunst/blob/master/dunstrc
|
|
|
|
[global]
|
|
# Display
|
|
monitor = 0
|
|
follow = none
|
|
width = 350
|
|
height = (0, 300)
|
|
origin = top-right
|
|
offset = (35, 35)
|
|
indicate_hidden = yes
|
|
notification_limit = 5
|
|
gap_size = 12
|
|
padding = 12
|
|
horizontal_padding = 20
|
|
frame_width = 1
|
|
sort = no
|
|
|
|
# Progress bar
|
|
progress_bar = true
|
|
progress_bar_frame_width = 0
|
|
progress_bar_corner_radius = 3
|
|
|
|
# Colors
|
|
foreground = "#cdd6f4"
|
|
frame_color = "#181825"
|
|
highlight = "#89b4fa, #82dceb"
|
|
|
|
# Text
|
|
font = Noto Sans CJK JP 10
|
|
markup = full
|
|
format = "<small>%a</small>\n<b>%s</b>\n%b"
|
|
alignment = left
|
|
vertical_alignment = center
|
|
show_age_threshold = -1
|
|
hide_duplicate_count = false
|
|
|
|
# Icon
|
|
icon_position = left
|
|
min_icon_size = 54
|
|
max_icon_size = 80
|
|
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/:/usr/share/icons/Adwaita/16x16/legacy/
|
|
icon_corner_radius = 4
|
|
|
|
# Misc/Advanced
|
|
dmenu = wofi --show drun --prompt 'Open with'
|
|
corner_radius = 10
|
|
|
|
# Mouse
|
|
mouse_left_click = close_current
|
|
mouse_middle_click = do_action, close_current
|
|
mouse_right_click = close_all
|
|
|
|
[urgency_low]
|
|
background = "#383c4af0"
|
|
timeout = 3
|
|
|
|
[urgency_normal]
|
|
background = "#383c4af0"
|
|
timeout = 8
|
|
|
|
[urgency_critical]
|
|
background = "#d20f39"
|
|
frame_color = "#eff1f5"
|
|
timeout = 0
|
|
|
|
# Rules
|
|
[fullscreen_delay_everything]
|
|
fullscreen = delay
|
|
|
|
[fullscreen_show_critical]
|
|
msg_urgency = critical
|
|
fullscreen = show
|