<theme name = "human_darkbar2">
<pixmaps>
	<pixmap_from_file name="active" file="active.png" />
	<pixmap_from_file name="button" file="button.png" />
	<pixmap_from_file name="lay2" file="button2-lay.png" />	
	<pixmap_from_file name="lay3" file="button3-lay.png" />
	<pixmap_from_file name="lay4" file="button4-lay.png" />
	<pixmap_from_file name="lay5" file="button5-lay.png" />
	<pixmap_from_file name="glow" file="glow.png" />
	<pixmap_from_file name="launcher" file="launcher.png" />
	<pixmap_from_file name="launching" file="launching.png" />
	<pixmap_from_file name="launcherbutton" file="launcherbutton.png" />
	<pixmap_from_file name="mask-main" file="mask-main.png" />
</pixmaps>
<colors>
	<color5 name="Not used" default="#000000" opacity="no" />
</colors>
<button_pixmap gap = "2" aspect_ratio="1/1" windows_cnt="5">
	<if windows=":1" >
		<get_icon size="-5" />
		<if type="active">
			<correct_size />	
			<composite bg="active" fg="self" />
		</if>
	</if>
	<if windows="2:">
		<pixmap name="empty" />
		<pixmap name="bg_icon">
			<get_icon size="-10" />
			<if type="some_minimized">
				<transp_sat opacity="30" saturation="0" />
			</if>
			<if type="!some_minimized">
				<pixmap_from_self name="black_icon">
					<colorize color="#000000" />
				</pixmap_from_self>
				<composite bg="self" fg="black_icon" opacity="30" />
			</if>
		</pixmap>
		<composite bg="empty" fg="bg_icon" opacity="100" xoffset="0" yoffset="2" />
		<pixmap name="fg_icon">
			<get_icon size="-8" />
		</pixmap>
		<composite bg="self" fg="fg_icon" opacity="100" xoffset="6" yoffset="6" />
		<if type="active">
			<correct_size />	
			<composite bg="active" fg="self" />
		</if>
	</if>
	<if type="all_minimized">
		<transp_sat opacity="50" />
	</if>
	<if type="blink">
		<bright strenght="13" />
	</if>
	<correct_size />
		
	<if type="!launcher" windows="1">
		<composite bg="button" fg="self" />
	</if>
	<if type="!launcher" windows="2">
		<composite bg="button" fg="self" />
		<composite bg="self" fg="lay2" />
	</if>
	<if type="!launcher" windows="3">
		<composite bg="button" fg="self" />
		<composite bg="self" fg="lay3" />
	</if>
	<if type="!launcher" windows="4">
		<composite bg="button" fg="self" />
		<composite bg="self" fg="lay4" />
	</if>
	<if type="!launcher" windows="5">
		<composite bg="button" fg="self" />
		<composite bg="self" fg="lay5" />
	</if>
	<if type="launcher">
		<composite bg="launcherbutton" fg="self" />
	</if>
	<if type="mouse_over">
		<if type="launcher">
			<composite bg="self" fg="launcher" opacity="60" />
		</if>
		<if type="!launcher">
			<composite fg="glow" bg="self" opacity="100" />
		</if>
	</if>
	<if type="needs_attention">
		<pixmap name="red">
			<fill color="#FF0000" opacity="30" />
			<alpha_mask mask="mask-main" />
		</pixmap>
		<composite bg="red" fg="self" />
	</if>
    <if type="launching">
		<!-- same launching effect is used for both 
		     first launch and relaunches. -->
		<composite bg="launching" fg="self" />
	</if>
</button_pixmap>
</theme>
