dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

dunstrc (430B)


      1 [global]
      2 	follow = mouse
      3 	width = (0, 300)
      4 	origin = top-right
      5 	offset = 10x30
      6 
      7 [urgency_low]
      8     background = "#222222"
      9     foreground = "#888888"
     10     timeout = 5
     11 
     12 [urgency_normal]
     13     background = "#285577"
     14     foreground = "#ffffff"
     15     timeout = 5
     16     override_pause_level = 30
     17 
     18 [urgency_critical]
     19     background = "#900000"
     20     foreground = "#ffffff"
     21     frame_color = "#ff0000"
     22     timeout = 0
     23     override_pause_level = 60