Files
dots/files/.config/dunst/dunstrc
2022-01-15 00:41:53 +01:00

73 lines
1.4 KiB
Plaintext

[global]
# Window
monitor = 0
follow = mouse
width = 400
origin = "top-center"
offset = "0x100"
indicate_hidden = yes
shrink = no
separator_height = 1
transparency = 0
padding = 10
horizontal_padding = 10
frame_width = 0
frame_color = "#eeeeee"
separator_color = frame
sort = yes
idle_threshold = 120
# Text
font = Roboto 13
line_height = 04
markup = full
format = "<span><b>%s %p</b></span>\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
min_icon_size = 16
max_icon_size = 48
icon_path = /usr/share/icons/Papirus/48x48/status/:/usr/share/icons/Papirus/48x48/devices/:/usr/share/icons/Papirus/48x48/apps/
# History
sticky_history = yes
history_length = 20
# Misc
always_run_script = true
corner_radius = 0
force_xinerama = false
mouse_left_click = do_action
mouse_middle_click = close_all
mouse_right_click = close_current
[urgency_low]
background="#222222"
foreground="#ffffff"
timeout = 3
[urgency_normal]
background="#333333"
foreground="#ffffff"
timeout = 3
[urgency_critical]
background="#222222"
foreground="#ffffff"
timeout = 0