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