Files
dotfiles/private_dot_config/dunst/dunstrc-dark
2024-09-14 08:27:53 +03:00

49 lines
1.1 KiB
Plaintext

[global]
font = "Miracode 10"
markup = full
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
origin = top-center
browser = /usr/bin/firefox -new-tab
transparency = 0
idle_threshold = 120
monitor = 0
#follow = mouse
sticky_history = yes
line_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
separator_color = "#585858"
frame_width = 1
frame_color = "#83a598"
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
# https://github.com/knopwob/dunst/issues/26#issuecomment-36159395
#icon_position = left
#icon_folders = /usr/share/icons/elementary/actions/16/
[urgency_low]
background = "#282828"
foreground = "#ebdbb2"
timeout = 5
[urgency_normal]
background = "#282828"
foreground = "#ebdbb2"
timeout = 10
[urgency_critical]
background = "#282828"
foreground = "#ebdbb2"
timeout = 15