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]
font = " Cartograph CF Regular 13"
font = "CartographCF Nerd Font 13"
allow_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
indicate_hidden = yes
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = false
origin = bottom-center
origin = top-right
transparency = 5
idle_threshold = 120
monitor = 1
@ -45,20 +45,20 @@
context = ctrl+shift+period
[urgency_low]
background = "#131519"
foreground = "#ffffff"
highlight = "#5bb1b4"
background = "#1e2326"
foreground = "#d3c6aa"
highlight = "#a7c080"
timeout = 3
[urgency_normal]
background = "#131519"
foreground = "#ffffff"
highlight = "#5bb1b4"
background = "#1e2326"
foreground = "#d3c6aa"
highlight = "#a7c080"
timeout = 5
[urgency_critical]
background = "#131519"
foreground = "#ffffff"
highlight = "#5bb1b4"
background = "#1e2326"
foreground = "#d3c6aa"
highlight = "#a7c080"
timeout = 0