1
0
Fork 0
numbers/dunst/dunstrc

64 lines
2.0 KiB
Plaintext

[global]
font = System Charcoal 12
markup = full
format = "%s %b"
sort = yes
indicate_hidden = no
alignment = left
bounce_freq = 0
show_age_threshold = -1
word_wrap = no
ignore_newline = yes
width = (0, 1920)
origin = top-left
offset = 0x0
notification_limit = 1
title = Dunst
class = Dunst
shrink = yes
idle_threshold = 120
follow = mouse
stack_duplicates = true
hide_duplicate_count = true
sticky_history = no
history_length = 1
show_indicators = no
line_height = 0
notification_height = 0
separator_height = 0
padding = 0
horizontal_padding = 10
separator_color = frame
startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab
icon_position = left
max_icon_size = 24
# Paths to default icons.
icon_path = /home/corpse/.local/share/icons/BeOS/scalable/actions:/home/corpse/.local/share/icons/BeOS/scalable/animations:/home/corpse/.local/share/icons/BeOS/scalable/apps:/home/corpse/.local/share/icons/BeOS/scalable/categories:/home/corpse/.local/share/icons/BeOS/scalable/devices:/home/corpse/.local/share/icons/BeOS/scalable/emblems:/home/corpse/.local/share/icons/BeOS/scalable/emotes:/home/corpse/.local/share/icons/BeOS/scalable/mimetypes:/home/corpse/.local/share/icons/BeOS/scalable/places:/home/corpse/.local/share/icons/BeOS/scalable/status:/home/corpse/.local/share/icons/BeOS/scalable/stock
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true
frame_width = 1
per_monitor_dpi = false
[urgency_low]
background = "#080808"
foreground = "#e8d0c0"
frame_color = "#080808"
timeout = 3
[urgency_normal]
background = "#080808"
foreground = "#e0d0c3"
frame_color = "#080808"
timeout = 5
[urgency_critical]
background = "#fb4245"
foreground = "#e0d0c3"
frame_color = "#080808"
timeout = 60
# vim: ft=cfg