You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.4 KiB

# vim: ft=cfg
[global]
monitor = 0
follow = none
geometry = "300x5-24+52"
indicate_hidden = yes
shrink = no
transparency = 0
notification_height = 0
separator_height = 0
padding = 8
horizontal_padding = 8
frame_width = 3
sort = yes
idle_threshold = 120
font = {{typography.mono.font}} {{typography.mono.weight}} {{typography.mono.size}}
line_height = 0
markup = full
format = "%s\n%b"
alignment = center
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = no
icon_position = off
max_icon_size = 32
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
sticky_history = yes
history_length = 20
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/chromium
always_run_script = true
title = Dunst
class = Dunst
startup_notification = false
force_xinerama = false
[experimental]
per_monitor_dpi = false
[urgency_low]
background = "{{colors.bg}}"
foreground = "{{colors.fg}}"
frame_color = "{{colors.blue}}"
timeout = 4
[urgency_normal]
background = "{{colors.bg}}"
foreground = "{{colors.fg}}"
frame_color = "{{colors.green}}"
timeout = 8
[urgency_critical]
background = "{{colors.red}}"
foreground = "{{colors.fg}}"
frame_color = "{{colors.red}}"
timeout = 0