dotfiles

config files and scripts
git clone git://git.hanetzok.net/dotfiles
Log | Files | Refs

dunstrc (615B)


      1 [global]
      2     monitor = 0
      3     follow = keyboard
      4     width = 370
      5     height = (0, 350)
      6     origin = top-center
      7     offset = (0, 19)
      8     padding = 2
      9     horizontal_padding = 10
     10     transparency = 25
     11     font = Monospace 12
     12     format = "<b>%s</b>\n%b"
     13     frame_color = "#282a36"
     14     separator_color = frame
     15 
     16 
     17 [urgency_low]
     18     background = "#282a36"
     19     foreground = "#6272a4"
     20     timeout = 10
     21 
     22 [urgency_normal]
     23     background = "#282a36"
     24     foreground = "#bd93f9"
     25     timeout = 10
     26 
     27 [urgency_critical]
     28     background = "#ff5555"
     29     foreground = "#f8f8f2"
     30     frame_color = "#ff5555"
     31     timeout = 0
     32 
     33 # vim: ft=cfg
     34