nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

dunstrc (838B)


      1 [global]
      2 font = Comic Code 14
      3 word_wrap = yes
      4 padding = 8
      5 horizontal_padding = 8
      6 separator_color = auto
      7 timeout = 10
      8 follow = keyboard
      9 icon_position = off
     10 width = (0, 700)
     11 height = (0, 800)
     12 origin = top-right
     13 offset = (15, 15)
     14 scale = 0
     15 notification_limit = 5
     16 frame_width = 0
     17 show_indicators = no
     18 stack_duplicates = no
     19 
     20 [urgency_low]
     21     background = "#0d1612"
     22     foreground = "#d6deeb"
     23     timeout = 30
     24 
     25 [urgency_normal]
     26     background = "#0d1612"
     27     foreground = "#d6deeb"
     28     timeout = 30
     29 
     30 [urgency_critical]
     31     background = "#1a0d0d"
     32     foreground = "#d6deeb"
     33     timeout = 0
     34 
     35 [khal_notifier]
     36     appname = khal_notifier
     37     urgency = normal
     38     background = "#0d1612"
     39     foreground = "#d6deeb"
     40     timeout = 0
     41 
     42 [aerc]
     43     appname = aerc
     44     urgency = normal
     45     background = "#0d1612"
     46     foreground = "#d6deeb"
     47     timeout = 0