dunst: add config for dunst notification server

master
Guillaume Dott 2017-04-25 13:39:13 +02:00
parent 7624ec08d6
commit a677e4cc46
1 changed files with 62 additions and 0 deletions

62
dunst/dunstrc 100644
View File

@ -0,0 +1,62 @@
[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 = keyboard
sticky_history = yes
history_length = 20
show_indicators = yes
line_height = 0
separator_height = 1
padding = 5
horizontal_padding = 5
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 = 10
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
timeout = 10
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
timeout = 0
# vim: ft=cfg