Update dunst config

master
Hektor Misplon 2021-12-31 15:49:52 +01:00
parent 60a2371f07
commit 7fa1ab5aac
1 changed files with 27 additions and 27 deletions

View File

@ -1,34 +1,34 @@
[global] [global]
geometry = "0-0+24" geometry="0-0+24"
monitor = 0 monitor=0
follow = keyboard follow=keyboard
indicate_hidden = yes indicate_hidden=yes
notification_height = 0 notification_height=0
padding = 8 padding=8
horizontal_padding = 8 horizontal_padding=8
frame_width = 1 frame_width=1
frame_color = "#333" frame_color="#333"
separator_height = 1 separator_height=1
idle_threshold = 120 idle_threshold=120
font = Iosevka Term SS08 12 font=Iosevka Term SS08 12
markup=full markup=full
format = "%s\n%b" format="%s\n%b"
dmenu = /usr/bin/dmenu -p dunst: dmenu=/usr/bin/dmenu -p dunst:
browser = /usr/bin/brave -new-tab browser=/usr/bin/brave -new-tab
verbosity = info verbosity=info
[urgency_low] [urgency_low]
background = "#111" background="#111"
foreground = "#aaa" foreground="#aaa"
timeout = 10 timeout=10
[urgency_normal] [urgency_normal]
background = "#111" background="#111"
foreground = "#aaa" foreground="#aaa"
timeout = 10 timeout=10
[urgency_critical] [urgency_critical]
background = "#111" background="#111"
foreground = "#fff" foreground="#fff"
frame_color = "#f00" frame_color="#f00"
timeout = 0 timeout=0