Skip to content

Instantly share code, notes, and snippets.

@vibhavp
Created February 11, 2014 16:32
Show Gist options
  • Save vibhavp/8938405 to your computer and use it in GitHub Desktop.
Save vibhavp/8938405 to your computer and use it in GitHub Desktop.
[global]
font = "Monospace 8"
allow_markup = yes
format = "<b>%s %p</b>\n%b"
sort = yes
indicate_hidden = true
# geometry = "x5"
idle_threshold = 0
geometry = "300x5-20+20"
alignment = center
show_age_threshold = 60
sticky_history = yes
follow = mouse
word_wrap = yes
separator_height = 2
padding = 10
horizontal_padding = 10
separator_color = frame
startup_notification = true
dmenu = "/usr/bin/dmenu -p dunst: -nb #FFFFFF -nf #000000 -sb #94DBFF -sf #000000"
browser = /home/knopwob/bin/url_dispatcher
[frame]
width = 3
color = "#000000"
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
background = "#ffffff"
foreground = "#000000"
timeout = 30
[urgency_normal]
background = "#94DBFF"
foreground = "#000000"
timeout = 45
[urgency_critical]
background = "#ff9999"
foreground = "#000000"
timeout = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment