dotfiles/dunst/dunstrc

60 lines
1.1 KiB
Text
Raw Normal View History

2020-08-01 12:05:15 +00:00
[global]
2021-04-11 10:11:45 +00:00
### Display ###
# Which monitor should the notifications be displayed on.
monitor = 0
follow = mouse
alignment = left
2022-09-11 08:26:55 +00:00
origin=bottom-right
2021-04-11 10:11:45 +00:00
bounce_freq = 0
browser = librewolf -new-tab
corner_radius = 2
dmenu = dmenu -p dunst:
2023-02-27 10:15:39 +00:00
font = terminus
2021-04-11 10:11:45 +00:00
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
2020-08-01 12:05:15 +00:00
[urgency_low]
2021-04-11 10:11:45 +00:00
background = "#1E2029"
foreground = "#bbc2cf"
2021-05-12 10:46:32 +00:00
timeout = 4
2020-08-01 12:05:15 +00:00
[urgency_normal]
2021-04-11 10:11:45 +00:00
background = "#2a2d39"
foreground = "#bbc2cf"
2021-05-12 10:46:32 +00:00
timeout = 5
2020-08-01 12:05:15 +00:00
[urgency_critical]
2021-04-11 10:11:45 +00:00
background = "#cc6666"
foreground = "#1E2029"
timeout = 0