Update for 0.51.2-pre2
[wmaker-crm.git] / doc / getstyle.1x
blob27290428268247116f356ac6af64409c1930b7b8
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .TH getstyle 1x "January 1999"
3 .SH NAME
4 getstyle \- dumps the current Window Maker style related configuration or
5 creates a theme pack.
6 .SH SYNOPSIS
7 .B getstyle
8 [[-t|--theme-options] [-p|--pack] [style file]]
9 .SH DESCRIPTION
10 .B getstyle
11 can either dump the current Window Maker style related configuration
12 information to a file/stdout or create a self-contained theme pack. A theme
13 pack is a directory that contains everything that is needed by a
14 redistributable theme, includig the style information and pixmaps used by it.
16 Note that style information stored in the global configuration of the
17 system is not read.
19 The following options are stored by default: \fIIconBack\fP,
20 \fIIconBack\fP, \fITitleJustify\fP, \fIWindowTitleFont\fP,
21 \fIMenuTitleFont, MenuTextFont\fP, \fIIconTitleFont\fP,
22 \fIDisplayFont\fP, \fIHighlightColor\fP, \fIHighlightTextColor\fP,
23 \fIIconTitleColor\fP, \fICClipTitleColor\fP, \fIIconBackColor\fP,
24 \fIFTitleColor\fP, \fIPTitleColor\fP, \fIUTitleColor\fP,
25 \fIFTitleBack\fP, \fIPTitleBack, UTitleBack\fP, \fIMenuTitleColor\fP,
26 \fIMenuTextColor\fP, \fIMenuDisabledColor\fP, \fIMenuTitleBack\fP and
27 \fIMenuTextBack\fP. If either \fB-t\fP or \fB--theme-options\fP is
28 specificied, in addition to the previous options, \fIWorkspaceBack\fP
29 is \fIalso\fP stored.
31 .SH OPTIONS
32 .TP
33 .B \-t
34 dumps theme related information too, which is the root background texture.
35 This option is always enabled when the \-p option is used.
36 .TP
37 .B \-p
38 creates a theme pack in the directory named by the theme name appended
39 with the .themed suffix.
41 .SH ENVIRONMENT
42 .IP GNUSTEP_USER_ROOT
43 specifies the initial path for the Defaults directory. "Defaults/" is
44 appended to this variable to determine the actual location of the
45 databases. If the varialbe is not set, it defaults to "~/GNUstep"
46 .SH FILES
47 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
48 This is the actual file that gets written.
49 .SH SEE ALSO
50 .BR setstyle (1x),
51 .BR wmaker (1x)
52 .SH AUTHOR
53 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
54 .PP
55 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.