(*
  Modify your configuration file (~/.gwmlrc) with these settings.
*)

 decorations = [
     (brushed_deco, [
      (top_bar, [
          (button, [
              (name, "/usr/local/share/GwML/brushed-metal/t1.png");
              (actions, button1_actions);
              (shaped, true)]);
          (label, [
              (fg, white);
              (active_fg, black);
              (min_width, 200);
              (min_height, 20);
              (justify, left);
              (simage, "/usr/local/share/GwML/brushed-metal/t2.png");
              (active_simage, "/usr/local/share/GwML/brushed-metal/t2.png")]);
          (button, [
              (name, "/usr/local/share/GwML/brushed-metal/t3.png");
              (actions, button2_actions)
              (shaped, true)
          ]);
          (button, [
              (name, "/usr/local/share/GwML/brushed-metal/t4.png");
              (actions, button3_actions);
              (shaped, true)]);
          (button, [
              (name, "/usr/local/share/GwML/brushed-metal/t5.png");
              (actions, button4_actions);
              (shaped, true)]);
          (null, [
              (removed, true);
              (shaped, true)])]);
      (left_bar, [
          (null, [
              (min_width, 20);
              (min_height, 20);
              (removed, true)])])]);
   ]
 actions = [
  (button1_actions, [(Button1, false, window_menu)])
  (button2_actions, [(Button1, false, iconify_window)])
  (button3_actions, [(Button1, false, maximize_y)])
  (button4_actions, [(Button1, false, kill_window)])
   ]
 decorate = [
   (brushed_deco, [("","")]
   ]
