dotfiles/dunstrc
2022-07-21 14:51:16 +02:00

49 lines
1,012 B
Text

[colors]
background = "#0f1013"
foreground = "#FFFFFF"
[global]
# funktioniert erst ab 1.6.0
gaps = true
gap_size = 10
#####
monitor = 0
follow = mouse
separator_color = "#808080"
geometry = "375x30-30+36"
indicate_hidden = yes
shrink = no
separator_height = 1
padding = 12
horizontal_padding = 12
frame_width = 1
idle_threshold = 20
mouse_right_click = close_all
font = pango:monospace 8
alignment = left
word_wrap = yes
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
[urgency_low]
background = colors.background
foreground = colors.foreground
timeout = 10
frame_color = "#808080"
[urgency_normal]
background = colors.background
foreground = colors.foreground
timeout = 20
frame_color ="#808080"
[urgency_critical]
background = colors.background
foreground = colors.foreground
frame_color = "#FF8A00"
timeout = 30