update dunst config

This commit is contained in:
Lucas Barbieri 2024-06-11 20:35:48 -03:00
parent 39be7dac0b
commit 117723232b

View File

@ -1,15 +1,15 @@
[global] [global]
font = " Cartograph CF Regular 13" font = "CartographCF Nerd Font 13"
allow_markup = yes allow_markup = yes
markup = yes markup = yes
format = "<span foreground='#5bb1b4'><b>%s</b></span>\n%b" format = "<span foreground='#a7c080'><b>%s</b></span>\n%b"
sort = yes sort = yes
indicate_hidden = yes indicate_hidden = yes
bounce_freq = 0 bounce_freq = 0
show_age_threshold = 60 show_age_threshold = 60
word_wrap = yes word_wrap = yes
ignore_newline = false ignore_newline = false
origin = bottom-center origin = top-right
transparency = 5 transparency = 5
idle_threshold = 120 idle_threshold = 120
monitor = 1 monitor = 1
@ -45,20 +45,20 @@
context = ctrl+shift+period context = ctrl+shift+period
[urgency_low] [urgency_low]
background = "#131519" background = "#1e2326"
foreground = "#ffffff" foreground = "#d3c6aa"
highlight = "#5bb1b4" highlight = "#a7c080"
timeout = 3 timeout = 3
[urgency_normal] [urgency_normal]
background = "#131519" background = "#1e2326"
foreground = "#ffffff" foreground = "#d3c6aa"
highlight = "#5bb1b4" highlight = "#a7c080"
timeout = 5 timeout = 5
[urgency_critical] [urgency_critical]
background = "#131519" background = "#1e2326"
foreground = "#ffffff" foreground = "#d3c6aa"
highlight = "#5bb1b4" highlight = "#a7c080"
timeout = 0 timeout = 0