INI SECTION	VARIABLE	TYPE	DEFAULT		PURPOSE
--------------------------------------------------------------------------------
toolbar		geom_x		int	0		x screen position
toolbar		geom_y		int	0		y screen position

toolbar		on_top		bool	true		keep toolbar above
							other windows

toolbar		tooltips	bool	true		display tooltips for
							the toolbar ojbects

toolbar		font		string			gtk font to use for
							the toolbar objects

toolbar		button_relief	string	normal		set the button relief
							style

toolbar		shadow_type	string	in		set the panel shadow
							type

--------------------------------------------------------------------------------

general		browser		string	detected	browser to use for
							various URI operations
							and the default for
							the weather panel's
							command

--------------------------------------------------------------------------------

run		save		bool	false		save run history on
							exit

run		close		bool	true		close the run window
							after successful run

run		xterm		string	detected	xterm to use with the
							'run in terminal'
							toggle

--------------------------------------------------------------------------------

mixer		device		string	/dev/mixer	mixer device to use for
							the builtin mixer

--------------------------------------------------------------------------------

buttons		menu		bool	TRUE		display menu button
buttons		toggle		bool	TRUE		display toggle button
buttons		run		bool	TRUE		display run button
buttons		pad		bool	TRUE		display pad button
buttons		volume		bool	TRUE		display volume button

--------------------------------------------------------------------------------

button_custom	count		int	10		the number of custom
							buttons

button_custom_N	enabled		bool	FALSE		enable custom button
button_custom_N	value		string	various		custom button label
button_custom_N	command		string	various		custom button command
button_custom_N	tooltip		string	various		custom button tooltip
button_custom_N	icon		string	default.png	custom button icon

--------------------------------------------------------------------------------

panel_time	enabled		bool	TRUE		enable time panel
panel_time	display		string	...		strftime format
panel_time	command		string	evolution	panel click command

--------------------------------------------------------------------------------

panel_mail	bold		bool	TRUE		bold on N threshold
panel_mail	threshold	int	1		number of messages for
							bold threshold
panel_mail	count		int	3		the number of panels

panel_mail_N	enabled		bool	detected	enable panel
panel_mail_N	value		string	detected	mailbox path
panel_mail_N	display		string	%n/%t		display format
panel_mail_N	command		string	balsa %s	panel click command
panel_mail_N	interval	int	60		update interval

--------------------------------------------------------------------------------

panel_cpu	bold		bool	TRUE		bold on N threshold
panel_cpu	threshold	int	90		cpu load percentage for
							bold threshold (0-100%)
panel_cpu	enabled		bool	TRUE		enable panel
panel_cpu	display		string	%p		display format
panel_cpu	command		string	xterm -e top	panel click command
panel_cpu	interval	int	3		update interval

--------------------------------------------------------------------------------

panel_mem	bold		bool	TRUE		bold on N threshold
panel_mem	threshold	int	85		usage percentage for
							bold threshold (0-100%)
panel_mem	enabled		bool	TRUE		enable panel
panel_mem	display		string	%u (%U)		display format
panel_mem	command		string			panel click command
panel_mem	interval	int	15		update interval

--------------------------------------------------------------------------------

panel_disk	bold		bool	TRUE		bold on N threshold
panel_disk	threshold	int	85		usage percentage for
							bold threshold (0-100%)
panel_disk	count		int	3		the number of panels

panel_disk_N	enabled		bool	selected	enable panel
panel_disk_N	value		string	selected	mount point
panel_disk_N	display		string	%u (%U)		display format
panel_disk_N	command		string	gmc %s		panel click command
panel_disk_N	interval	int	60		update interval

--------------------------------------------------------------------------------

panel_net	count		int	3		the number of panels

panel_net_N	enabled		bool	selected	enable panel
panel_net_N	value		string	selected	network interface
panel_net_N	display		string	%r/%t		display format
panel_net_N	command		string	ethereal	panel click command
panel_net_N	interval	int	3		update interval

--------------------------------------------------------------------------------

panel_weather	enabled		bool	FALSE		enable panel
panel_weather	value		string	54311		weather.com city code
panel_weather	display		string	%t		display format
panel_weather	command		string	...		panel click command
panel_weather	interval	int	10800		update interval
panel_weather	unit		string	standard	metric/standard unit

--------------------------------------------------------------------------------

panel_uptime	enabled		bool	TRUE		enable panel
panel_uptime	display		string	%U		display format
panel_uptime	command		string			panel click command
panel_uptime	interval	int	60		update interval

--------------------------------------------------------------------------------

panel_custom	count		int	3		the number of panels

panel_custom_N	enabled		bool	FALSE		enable panel
panel_custom_N	value		string	various		command to execute
panel_custom_N	command		string	various		panel click command
panel_custom_N	interval	int	60		update interval
