85 lines
1.6 KiB
Plaintext
85 lines
1.6 KiB
Plaintext
# -*-conf-unix-*-
|
|
[global]
|
|
|
|
# Settings
|
|
monitor = 0
|
|
follow = none
|
|
|
|
# Window Geometry / Appearance
|
|
width = 300
|
|
origin = top-center
|
|
offset = 0x-36
|
|
height = 150
|
|
|
|
indicate_hidden = yes
|
|
shrink = no
|
|
transparency = 0
|
|
notification_height = 0
|
|
separator_height = 1
|
|
padding = 5
|
|
horizontal_padding = 5
|
|
frame_width = 1
|
|
background = "#1e1e1e"
|
|
separator_color = frame
|
|
corner_radius = 0
|
|
title = Notification
|
|
class = Dunst
|
|
sort = yes
|
|
|
|
# Text Apperanace
|
|
font = JetBrainsMono 9,Nebula 9
|
|
line_height = 0
|
|
markup = full
|
|
#format = "<b>%a: %s</b>\n───────────────\n%b <i>%p</i>"
|
|
format = "<span font-family='Nebula' font-size='11pt'>%a</span>\n<span font-family='JetBrainsMono' font-size='9pt'>%s</span>\n\n<span font-family='JetBrainsMono' font-size='8pt'>%b</span>"
|
|
alignment = center
|
|
vertical_alignment = top
|
|
show_age_threshold = 120
|
|
word_wrap = yes
|
|
ellipsize = middle
|
|
ignore_newline = no
|
|
stack_duplicates = true
|
|
hide_duplicate_count = false
|
|
show_indicators = yes
|
|
|
|
# Icons
|
|
icon_position = off
|
|
|
|
# History
|
|
sticky_history = yes
|
|
history_length = 20
|
|
|
|
# Misc
|
|
dmenu = /usr/bin/rofi -dmenu -p dunst:
|
|
browser = /usr/bin/firefox --new-tab
|
|
always_run_script = true
|
|
|
|
startup_notification = true
|
|
verbosity = mesg
|
|
|
|
ignore_dbusclose = false
|
|
|
|
# Mouse
|
|
mouse_left_click = do_action, close_current
|
|
mouse_middle_click = none
|
|
mouse_right_click = none
|
|
|
|
[urgency_low]
|
|
background = "#1e1e1e"
|
|
#background = "#3B4252"
|
|
foreground = "#9a7c9d"
|
|
frame_color = "#3f3242"
|
|
timeout = 10
|
|
|
|
[urgency_normal]
|
|
background = "#1e1e1e"
|
|
foreground = "#9b859d"
|
|
frame_color = "#815986"
|
|
timeout = 60
|
|
|
|
[urgency_critical]
|
|
background = "#1e1e1e"
|
|
foreground = "#cf6a4c"
|
|
frame_color = "#cf6a4c"
|
|
timeout = 0
|