#
# AbsoluteE theme from enlightenment, ported to golem.
#

forplug	"setroot"	"forplug/setroot/rc";

style {
	pixmaps {
		BNEAR	"bar_normal_near.xpm";
		BMID	"bar_normal_mid.xpm";
		BFAR	"bar_normal_far.xpm";
		FBNEAR	"bar_focused_near.xpm";
		FBMID	"bar_focused_mid.xpm";
		FBFAR	"bar_focused_far.xpm";
		BVNEAR	"border_vert_near.xpm";
		BVMID	"border_vert_mid.xpm";
		BVFAR	"border_vert_far.xpm";
		FBVNEAR	"border_vert_near_foc.xpm";
		FBVMID	"border_vert_mid_foc.xpm";
		FBVFAR	"border_vert_far_foc.xpm";
		BHNEAR	"border_horiz_near.xpm";
		BHMID	"border_horiz_mid.xpm";
		BHFAR	"border_horiz_far.xpm";
		FBHNEAR	"border_horiz_near_foc.xpm";
		FBHMID	"border_horiz_mid_foc.xpm";
		FBHFAR	"border_horiz_far_foc.xpm";
	}
	decoration {
		#
		# bar going half of the top width
		#
		#dec_near dec_top    0   0    0    0 true  false act_move   act_resize BNEAR;
		#dec_full dec_top    6 -12    0 -0.5 false false act_move   act_resize BMID;
		#dec_far  dec_top    0   0 -0.5    0 true  false act_move   act_resize BFAR;
		#dec_full dec_top    7 -12  0.5 -0.5 false false act_resize act_resize BHMID;
		#dec_far  dec_top    0   0    0    0 false false act_resize act_resize BHFAR;

		#
		# top bar
		#
		DT1	dec_near dec_top 0 0 0 0 0
				true false
				act_move act_resize act_resize
				BNEAR FBNEAR;
		DT2	dec_full dec_top 6 -12 0 0 0
				false false
				act_move act_resize act_resize
				BMID FBMID;
		DT3	dec_far dec_top 0 0 0 0 0
				true false
				act_move act_resize act_resize
				BFAR FBFAR;

		#
		# right side border
		#
		DR1	dec_near dec_right 0 0 0 0 0
				false false
				act_resize act_resize act_resize
				BVNEAR FBVNEAR;
		DR2	dec_full dec_right 2 -4 0 0 0
				false false
				act_resize act_resize act_resize
				BVMID FBVMID;
		DR3	dec_far dec_right 0 0 0 0 0
				false false
				act_resize act_resize act_resize
				BVFAR FBVFAR;

		#
		# left side border
		#
		DL1	dec_near dec_left 0 0 0 0 0
				false false
				act_resize act_resize act_resize
				BVNEAR FBVNEAR;
		DL2	dec_full dec_left 2 -4 0 0 0
				false false
				act_resize act_resize act_resize
				BVMID FBVMID;
		DL3	dec_far dec_left 0 0 0 0 0
				false false
				act_resize act_resize act_resize
				BVFAR FBVFAR;

		#
		# bottom border
		#
		DB1	dec_near dec_bottom 0 0 0 0 0
				false false
				act_resize act_resize act_resize
				BHNEAR FBHNEAR;
		DB2	dec_full dec_bottom 6 -12 0 0 0
				false false
				act_resize act_resize act_resize
				BHMID FBHMID;
		DB3	dec_far dec_bottom 0 0 0 0 0
				false false
				act_resize act_resize act_resize
				BHFAR FBHFAR;

		groups {
			DEFAULT
					DT1 DT2 DT3
					DR1 DR2 DR3
					DL1 DL2 DL3
					DB1 DB2 DB3;

			default		DEFAULT;
			transient	DEFAULT;
			internal	DEFAULT;
		}
	}
}
