dotfiles

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

dunstrc (612B)


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