dotfiles

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

dunstrc (475B)


      1 [global]
      2     monitor = 0
      3     follow = keyboard
      4     offset = 0x19
      5     padding = 2
      6     horizontal_padding = 2
      7     transparency = 10
      8     font = Monospace 12
      9     format = "<b>%s</b>\n%b"
     10 
     11 [urgency_low]
     12     background = "#282828"
     13     foreground = "#ffffff"
     14     timeout = 3
     15 
     16 [urgency_normal]
     17     foreground = "#ffffff"
     18     background = "#0000ff"
     19     timeout = 5
     20 
     21 [urgency_critical]
     22     background = "#ff0000"
     23     foreground = "#ffffff"
     24     frame_color = "#000000"
     25     timeout = 10