1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 18:07:45 +01:00

85 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-09-13 10:51:43 +02:00
[global]
monitor = 1
follow = none
geometry = "375x20-28+36"
2019-09-13 10:51:43 +02:00
indicate_hidden = yes
shrink = no
transparency = 0
2019-09-13 10:51:43 +02:00
notification_height = 0
separator_height = 2
padding = 10
horizontal_padding = 10
frame_width = 2
2023-10-22 01:22:21 +02:00
corner_radius = 0
2019-09-13 10:51:43 +02:00
frame_color = "#555555"
separator_color = "#555555"
2019-09-13 10:51:43 +02:00
sort = yes
idle_threshold = 300
mouse_right_click = close_all
2019-09-13 10:51:43 +02:00
2019-11-01 11:19:19 +01:00
font = Monospace 10
2019-09-13 10:51:43 +02:00
line_height = 0
markup = full
2019-09-13 10:51:43 +02:00
format = "<b>%s</b>\n%b"
alignment = left
vertical_alignment = center
2019-09-13 10:51:43 +02:00
show_age_threshold = 60
word_wrap = yes
ellipsize = middle
ignore_newline = no
2023-11-16 00:59:47 +01:00
stack_duplicates = true
hide_duplicate_count = false
2019-09-13 10:51:43 +02:00
show_indicators = yes
2019-09-13 10:51:43 +02:00
icon_position = left
max_icon_size = 64
2019-09-13 10:51:43 +02:00
sticky_history = yes
history_length = 50
2019-09-13 10:51:43 +02:00
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab
always_run_script = true
title = Dunst
class = Dunst
startup_notification = false
force_xinerama = false
verbosity = mesg
2019-09-13 10:51:43 +02:00
[experimental]
per_monitor_dpi = false
[urgency_low]
2020-05-30 20:02:50 +02:00
background = "#282828"
foreground = "#eeeeee"
timeout = 10
2019-09-13 10:51:43 +02:00
[urgency_normal]
2020-05-30 20:02:50 +02:00
background = "#282828"
foreground = "#eeeeee"
timeout = 15
2019-09-13 10:51:43 +02:00
[urgency_critical]
2020-05-30 20:02:50 +02:00
background = "#282828"
foreground = "#eeeeee"
frame_color = "#8c3d45"
2019-09-13 10:51:43 +02:00
timeout = 0
2023-10-22 01:16:03 +02:00
[sound_normal]
msg_urgency = "normal"
script = ~/.config/dunst/alert_normal.sh
2019-09-13 10:51:43 +02:00
2023-10-22 01:16:03 +02:00
[sound_critical]
msg_urgency = "critical"
script = ~/.config/dunst/alert_high.sh
2023-10-22 01:16:03 +02:00
[dnd_normal]
msg_urgency = "normal"
skip_display = true
[dnd_low]
msg_urgency = "low"
skip_display = true