]> git.sev.monster Git - dotfiles.git/blame_incremental - etc/dunst/dunstrc
install.sh: devnull mkfont* head to suppress error
[dotfiles.git] / etc / dunst / dunstrc
... / ...
CommitLineData
1[global]
2geometry = "400x0-30-30"
3follow = keyboard
4sort = yes
5
6font = "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
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"
19
20dmenu = "~/bin/dmenu -p dunst:"
21browser = /usr/bin/firefox
22
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.027651 seconds and 4 git commands to generate.