1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
dotfiles/dunst/dunstrc
2026-04-14 05:53:23 +02:00

89 lines
1.5 KiB
Text

# vim: ft=cfg
[global]
### Display ###
monitor = 1
follow = none
width = (360, 480)
height = 96
origin = bottom-right
offset = 20x20
notification_limit = 6
scale = 0
gap_size = 10
shrink = no
### Text ###
font = IosevkaCustom Nerd Font 16
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = left
vertical_alignment = center
show_age_threshold = 60
ellipsize = middle
word_wrap = yes
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
### Icons ###
icon_position = left
min_icon_size = 32
max_icon_size = 64
icon_theme = "Papirus, Adwaita"
enable_recursive_icon_lookup = true
### Appearance ###
background = "#0C0D14fa"
foreground = "#eceef4"
frame_color = "#1a1c2d"
highlight = "#767BA0"
padding = 14
horizontal_padding = 14
text_icon_padding = 14
separator_height = 0
frame_width = 1
corner_radius = 3
transparency = 8
### Progress bar ###
progress_bar = true
progress_bar_height = 4
progress_bar_frame_width = 0
progress_bar_corner_radius = 3
### Behavior ###
sort = yes
idle_threshold = 120
history_length = 24
sticky_history = yes
indicate_hidden = yes
always_run_script = true
browser = xdg-open
title = Dunst
### Mouse ###
mouse_left_click = close_current
mouse_middle_click = do_action, close_current
mouse_right_click = close_all
### Advanced ###
separator_color = frame
offset = 20x20
notification_limit = 6
[experimental]
per_monitor_dpi = false
[urgency_low]
foreground = "#767BA0"
timeout = 3
[urgency_normal]
timeout = 5
[urgency_critical]
foreground = "#F38BA8"
frame_color = "#F38BA8"
timeout = 0