Files
dots/config/dunst/themes/aquarium
2025-11-24 19:46:30 +07:00

102 lines
1.5 KiB
Plaintext

# See dunst(5) for all configuration options
[global]
monitor = 0
follow = mouse
width = (111, 444)
height = 222
origin = top-right
offset = 15x55
scale = 0
notification_limit = 0
progress_bar = true
progress_bar_height = 10
progress_bar_frame_width = 1
progress_bar_min_width = 150
progress_bar_max_width = 300
indicate_hidden = yes
transparency = 0
separator_height = 5
padding = 15
horizontal_padding = 15
text_icon_padding = 0
frame_width = 0
frame_color = "#20202a"
separator_color = frame
sort = yes
font = Iosevka Medium Italic 10
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = center
vertical_alignment = center
show_age_threshold = 60
ellipsize = middle
ignore_newline = yes
stack_duplicates = true
hide_duplicate_count = false
show_indicators = no
icon_position = left
icon_size = 48
max_icon_size = 80
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#20202a"
foreground = "#A9B1D6"
highlight = "#A9B1D6"
timeout = 6
[urgency_normal]
background = "#20202a"
foreground = "#A9B1D6"
highlight = "#A9B1D6"
highlight-background = "#3b3b4d"
timeout = 6
[urgency_critical]
background = "#20202a"
foreground = "#A9B1D6"
highlight = "#A9B1D6"
timeout = 10