dotfiles/config/dunst/dunstrc

49 lines
1.1 KiB
Text
Raw Normal View History

2025-06-05 09:30:06 +03:30
[global]
# Basic settings
font = Fira Code 10
geometry = "300x100-10+55" # 10px from right edge, 55px from top
separator_height = 2
frame_width = 4
2025-06-15 13:42:37 +03:30
#corner_radius = 8
2025-06-05 09:30:06 +03:30
grow_direction = up
[urgency_low]
background = "#222222" # normbgcolor
foreground = "#bbbbbb" # normfgcolor
frame_color = "#444444" # normbordercolor
timeout = 5
icon_position = left
[urgency_normal]
2025-06-15 13:42:37 +03:30
background = "#DB940A" # selbgcolor wine red yay!
foreground = "#222222" # selfgcolor bright text
frame_color = "#DB940A" # selbordercolor same wine red frame
2025-06-05 09:30:06 +03:30
timeout = 8
icon_position = left
[urgency_critical]
2025-06-15 13:42:37 +03:30
background = "#DB940A" # slightly brighter wine red for critical
2025-06-05 09:30:06 +03:30
foreground = "#eeeeee"
2025-06-15 13:42:37 +03:30
frame_color = "#DB940A"
2025-06-05 09:30:06 +03:30
timeout = 0 # stays until dismissed
icon_position = left
[frame]
# subtle shadow for modern look
2025-06-15 13:42:37 +03:30
shadow = false
2025-06-05 09:30:06 +03:30
shadow_offset_x = -5
shadow_offset_y = -5
2025-06-15 13:42:37 +03:30
#shadow_radius = 12
2025-06-05 09:30:06 +03:30
shadow_opacity = 0.7
shadow_color = "#000000"
[format]
# tweak layout to be modern and clean
title = "%s"
body = "%s"
[mouse]
# allow click to close
close_on_click = true