dunst: update config for dunst 1.7.0
parent
afbc4791bd
commit
ac6397bd75
|
@ -1,62 +1,15 @@
|
||||||
[global]
|
[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
|
monitor = 0
|
||||||
follow = none
|
follow = none
|
||||||
sticky_history = yes
|
|
||||||
history_length = 20
|
|
||||||
show_indicators = yes
|
|
||||||
|
|
||||||
line_height = 0
|
origin = top-center
|
||||||
separator_height = 1
|
offset = 0x10
|
||||||
padding = 5
|
width = 1200
|
||||||
horizontal_padding = 5
|
|
||||||
|
idle_threshold = 120
|
||||||
|
|
||||||
separator_color = auto
|
|
||||||
startup_notification = false
|
|
||||||
dmenu = /usr/bin/dmenu -p dunst:
|
|
||||||
browser = /usr/bin/firefox -new-tab
|
browser = /usr/bin/firefox -new-tab
|
||||||
|
|
||||||
icon_position = off
|
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
|
# vim: ft=cfg
|
||||||
|
|
Loading…
Reference in New Issue