
DESCRIPTION:
	The avatar grabber can edit existing avatars. It can change the theme, the name and the type. It can be used to edit the avatars from thunar or nautilus by adding a custom action.

OPTIONS:
	To hide the name of the specified avatars:
		avatar-factory -g avatar --name 0 avatar1 avatar2 avatar3

	To change the theme:
		avatar-factory -g avatar -t theme_name avatar1 avatar2 avatar3

	To make a music avatar act as a folder:
		avatar-factory -g avatar --type 0 theme_name avatar1 avatar2 avatar3

	Thunar Custom Actions:
		Edit > Custom Actions
		The following commands brings a dialog to chose the theme, name scheme or the type.

		To change the theme add this command:
			avatar-factory -g avatar -t --gui --gui-progress %F
		To change the name:
			avatar-factory -g avatar --name --gui --gui-progress %F
		To make a music avatar act as a folder or a launcher:
			avatar-factory -g avatar --type --gui --gui-progress %F

		Comic Bookmarking:
			avatar-factory -g avatar --comic-bookmark %F

