Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
getstyle(1)		     General Commands Manual		     getstyle(1)

NAME
     getstyle  -  dumps  the current Window Maker style related configuration or
     creates a theme pack.

SYNOPSIS
     getstyle [-t|--theme-options] [-p|--pack] [style file]

DESCRIPTION
     getstyle can either dump the current Window Maker style related  configura-
     tion  information to a file/stdout or create a self-contained theme pack. A
     theme pack is a directory that contains everything that is needed for a re-
     distributable theme, including the style information and  pixmaps	used  by
     it.

     Note  that style information stored in the global configuration of the sys-
     tem is not read.

OPTIONS
     --help
	    print a help message with the list of options.

     --pack or -p
	    creates a theme pack in the directory named by the	theme  name  ap-
	    pended with the .themed suffix.

     --theme-options or -t
	    dumps  theme  related information too, which includes the root back-
	    ground texture.  This option is always enabled when the -p option is
	    used.

     --version
	    print the version of Window Maker from which the program comes.

STYLE CONTENT
     The following options are stored by default:  TitleJustify,  ClipTitleFont,
     WindowTitleFont,  MenuTitleFont, MenuTextFont, IconTitleFont, LargeDisplay-
     Font, HighlightColor, HighlightTextColor, ClipTitleColor,	CClipTitleColor,
     FTitleColor,  PTitleColor, UTitleColor, FTitleBack, PTitleBack, UTitleBack,
     ResizebarBack, MenuTitleColor, MenuTextColor, MenuDisabledColor, MenuTitle-
     Back, MenuTextBack, IconBack, IconTitleColor,  IconTitleBack,  FrameBorder-
     Width,  FrameBorderColor, FrameSelectedBorderColor, MenuStyle, WindowTitle-
     ExtendSpace, MenuTitleExtendSpace, and MenuTextExtendSpace.

     If either -t or --theme-options is specified, in addition to  the	previous
     options,  WorkspaceBack is also stored, along with any user-definable mouse
     cursor  settings  (NormalCursor,  ArrowCursor,  MoveCursor,   ResizeCursor,
     TopLeftResizeCursor,  TopRightResizeCursor, BottomLeftResizeCursor, Bottom-
     RightResizeCursor, VerticalResizeCursor,  HorizontalResizeCursor,	WaitCur-
     sor, QuestionCursor, TextCursor, SelectCursor) that are present.

ENVIRONMENT
     WMAKER_USER_ROOT
	    specifies  the  initial path for the Defaults directory. "Defaults/"
	    is appended to this variable to determine the actual location of the
	    databases. If the variable is not set, it defaults to "~/GNUstep"

FILES
     WMAKER_USER_ROOT/Defaults/WindowMaker
	    This is the actual file that gets written.

SEE ALSO
     setstyle(1), wmaker(1)

AUTHOR
     This man page was written by Marcelo Magallon <mmagallo@debian.org>.

     Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.

				   April 2015			     getstyle(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=getstyle&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help