dotfiles/dunst/dunstrc
2024-03-03 11:24:00 -06:00

49 lines
1.1 KiB
Text

[global]
width = (200, 300)
height = 200
origin = top-right
offset = 24x42
transparency = 0
padding = 4
horizontal_padding = 16
text_icon_padding = 0
frame_width = 0
frame_color = "#fabd2f"
gap_size = 0
separator_color = frame
font = Jet Brains Mono 10
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = center
vertical_alignment = center
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
enable_recursive_icon_lookup = true
icon_theme = Adwaita
icon_position = left
min_icon_size = 32
max_icon_size = 128
browser = /usr/bin/xdg-open
title = Dunst
class = Dunst
corner_radius = 8
ignore_dbusclose = false
[urgency_low]
background = "#fabd2f"
foreground = "#121212"
timeout = 2
[urgency_normal]
background = "#fabd2f"
foreground = "#121212"
timeout = 8
[urgency_critical]
background = "#fabd2f"
foreground = "#121212"
frame_color = "#fb4934"
timeout = 0