dotfiles/dunst/dunstrc
2021-12-14 14:41:57 +02:00

58 lines
1.1 KiB
Text

[global]
### Display ###
# Which monitor should the notifications be displayed on.
monitor = 0
follow = mouse
alignment = left
bounce_freq = 0
browser = librewolf -new-tab
corner_radius = 2
dmenu = dmenu -p dunst:
font = hack
format = "<b>%s</b>\n%b"
frame_color = "#1a1c25"
frame_width = 1
# geometry [{width}]x{height}][+/-{x}+/-{y}]
geometry = "440x15-26+26"
history_length = 20
horizontal_padding = 16
icon_position = right
idle_threshold = 120
ignore_newline = no
indicate_hidden = yes
line_height = 0
markup = full
max_icon_size = 64
padding = 20
separator_color = auto
separator_height = 4
show_age_threshold = 60
show_indicators = yes
shrink = no
sort = yes
startup_notification = false
sticky_history = yes
transparency = 5
word_wrap = yes
mouse_left_click = do_action
mouse_middle_click = close_all
mouse_right_click = close_current
[urgency_low]
background = "#1E2029"
foreground = "#bbc2cf"
timeout = 4
[urgency_normal]
background = "#2a2d39"
foreground = "#bbc2cf"
timeout = 5
[urgency_critical]
background = "#cc6666"
foreground = "#1E2029"
timeout = 0