master berry.autostart
 1#!/bin/bash
 2
 3
 4# Set decoration geometry
 5berryc border_width      1
 6berryc inner_border_width 9
 7berryc title_height       0
 8berryc top_gap            0
 9
10# Set decoration colors
11berryc focus_color         333333
12berryc unfocus_color 	333333
13berryc inner_focus_color   000000
14berryc inner_unfocus_color 111111
15berryc text_focus_color    ffffff
16berryc text_unfocus_color  eeeeee
17
18# Other options
19berryc smart_place "true"
20berryc draw_text   "true"
21berryc edge_lock   "false"
22berryc set_font    "Dina-9"