]> git.sev.monster Git - dotfiles.git/blame_incremental - xdg/dunst/dunstrc
vimrc: colorcolumn made dark, syntax changes
[dotfiles.git] / xdg / dunst / dunstrc
... / ...
CommitLineData
1[global]
2geometry = "400x0-30-30"
3follow = keyboard
4sort = yes
5
6font = "Dina, DejaVu Sans Mono, monospace 9"
7markup = no
8format = "<b>%s</b> %p <span size='5120' color='#586e75'>%a</span>\n%b"
9show_age_threshold = 5
10
11frame_width = 1
12separator_height = 1
13separator_color = frame
14padding = 4
15horizontal_padding = 4
16icon_position = left
17icon_folders = "/home/ds6/.icons/Paper/16x16/status/:/home/ds6/.icons/Paper/16x16/devices/:/home/ds6/.icons/Paper/16x16/emblems/:/usr/local/share/icons/Adwaita/16x16/status/:/usr/local/share/icons/Adwaita/16x16/devices/:/usr/local/share/icons/Adwaita/16x16/emblems/"
18
19dmenu = "/home/ds6/bin/dmenu -p dunst:"
20browser = /usr/local/bin/luakit
21
22[shortcuts]
23close = mod4+shift+grave
24#close_all = mod4+mod2+grave
25history = mod4+grave
26context = mod4+ctrl+grave
27
28[urgency_low]
29background = "#110800"
30foreground = "#93a1a1"
31frame_color = "#884400"
32timeout = 5
33
34[urgency_normal]
35background = "#221100"
36foreground = "#eee8d5"
37frame_color = "#268bd2"
38timeout = 10
39
40[urgency_critical]
41background = "#dc332f"
42foreground = "#000000"
43frame_color = "#ff4400"
44timeout = 0
45
46# vim: ft=cfg
This page took 0.035943 seconds and 4 git commands to generate.