[i3] Add dunst notification config

This commit is contained in:
Sebastian Schulze 2015-11-17 13:43:05 +01:00
parent 23d4fa787e
commit 67d7cb4750
1 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,67 @@
[global]
font = Fira Sans 11
allow_markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
bounce_freq = 0
show_age_threshold = 300
word_wrap = yes
ignore_newline = no
geometry = "300x50-30-30"
shrink = no
transparency = 12
idle_threshold = 120
monitor = 0
follow = mouse
sticky_history = yes
history_length = 20
show_indicators = yes
line_height = 1
separator_height = 2
padding = 8
horizontal_padding = 10
separator_color = auto
startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab
icon_position = left
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
[frame]
width = 2
color = "#10899F"
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
foreground = "#ebdbb2"
background = "#1d2021"
timeout = 10
[urgency_normal]
foreground = "#51c4d4"
background = "#1d2021"
timeout = 10
[urgency_critical]
foreground = "#ebdbb2"
background = "#1d2021"
timeout = 10