dotfiles

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

dunstrc (929B)


      1 [global]
      2     monitor = 0
      3     follow = keyboard
      4     width = 370
      5     height = (0, 350)
      6     origin = top-right
      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 
     14 [urgency_low]
     15     # IMPORTANT: colors have to be defined in quotation marks.
     16     # Otherwise the "#" and following would be interpreted as a comment.
     17     background = "#091833"
     18     foreground = "#0abdc6"
     19     frame_color = "#0abdc6"
     20     timeout = 10
     21     # Icon for notifications with low urgency, uncomment to enable
     22     #new_icon = /path/to/icon
     23 
     24 [urgency_normal]
     25     background = "#091833"
     26     foreground = "#ea00d9"
     27     frame_color = "#ea00d9"
     28     timeout = 10
     29     # Icon for notifications with normal urgency, uncomment to enable
     30     #new_icon = /path/to/icon
     31 
     32 [urgency_critical]
     33     background = "#ff0000"
     34     foreground = "#000000"
     35     frame_color = "#000000"
     36     timeout = 0