dunst: update config for dunst 1.7.0

master
Guillaume Dott 2021-10-29 09:27:35 +02:00
parent afbc4791bd
commit ac6397bd75
1 changed files with 5 additions and 52 deletions

View File

@ -1,62 +1,15 @@
[global]
font = Monospace 8
allow_markup = yes
format = "<b>%s</b> %b"
sort = yes
indicate_hidden = yes
alignment = left
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "x5"
shrink = no
transparency = 0
idle_threshold = 120
monitor = 0
follow = none
sticky_history = yes
history_length = 20
show_indicators = yes
line_height = 0
separator_height = 1
padding = 5
horizontal_padding = 5
origin = top-center
offset = 0x10
width = 1200
idle_threshold = 120
separator_color = auto
startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab
icon_position = off
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
[frame]
width = 0
color = "#aaaaaa"
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+dollar
context = ctrl+shift+period
[urgency_low]
background = "#222222"
foreground = "#888888"
timeout = 5
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
timeout = 5
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
timeout = 0
# vim: ft=cfg