]> git.sev.monster Git - dotfiles.git/blame - xdg/dunst/dunstrc
update scripts, vim plugins, fonts, firefox, tint2
[dotfiles.git] / xdg / dunst / dunstrc
CommitLineData
03bc64c4 1[global]
2geometry = "400x0-30-30"
3follow = keyboard
4sort = yes
5
116467fd 6font = "monospace 9"
03bc64c4 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
68f5ac65 17# {~/.icons,/usr/share/icons,/usr/share/local/icons}/*/16x16/*
18icon_path = "~/.icons/Paper/16x16/actions:~/.icons/Paper/16x16/apps:~/.icons/Paper/16x16/categories:~/.icons/Paper/16x16/devices:~/.icons/Paper/16x16/emblems:~/.icons/Paper/16x16/emotes:~/.icons/Paper/16x16/mimetypes:~/.icons/Paper/16x16/panel:~/.icons/Paper/16x16/places:~/.icons/Paper/16x16/status:~/.icons/Paper/16x16/web:/usr/share/icons/hicolor/16x16/actions:/usr/share/icons/hicolor/16x16/animations:/usr/share/icons/hicolor/16x16/apps:/usr/share/icons/hicolor/16x16/categories:/usr/share/icons/hicolor/16x16/devices:/usr/share/icons/hicolor/16x16/emblems:/usr/share/icons/hicolor/16x16/emotes:/usr/share/icons/hicolor/16x16/filesystems:/usr/share/icons/hicolor/16x16/intl:/usr/share/icons/hicolor/16x16/mimetypes:/usr/share/icons/hicolor/16x16/places:/usr/share/icons/hicolor/16x16/status:/usr/share/icons/hicolor/16x16/stock:/usr/share/icons/locolor/16x16/apps"
03bc64c4 19
5c97f203 20dmenu = "~/bin/dmenu -p dunst:"
68f5ac65 21browser = /usr/bin/firefox
03bc64c4 22
23[shortcuts]
12f46d4e 24close = mod4+shift+grave
25#close_all = mod4+mod2+grave
03bc64c4 26history = mod4+grave
12f46d4e 27context = mod4+ctrl+grave
03bc64c4 28
29[urgency_low]
30background = "#110800"
31foreground = "#93a1a1"
32frame_color = "#884400"
33timeout = 5
34
35[urgency_normal]
36background = "#221100"
37foreground = "#eee8d5"
38frame_color = "#268bd2"
39timeout = 10
40
41[urgency_critical]
42background = "#dc332f"
43foreground = "#000000"
44frame_color = "#ff4400"
45timeout = 0
46
47# vim: ft=cfg
This page took 0.035304 seconds and 4 git commands to generate.