Files
wmaker/doc/getstyle.1x
T

69 lines
2.7 KiB
Plaintext
Raw Normal View History

1998-09-29 22:36:29 +00:00
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH getstyle 1x "January 1999"
1998-09-29 22:36:29 +00:00
.SH NAME
1999-01-06 15:22:33 +00:00
getstyle \- dumps the current Window Maker style related configuration or
creates a theme pack.
1998-09-29 22:36:29 +00:00
.SH SYNOPSIS
.B getstyle
2010-08-16 17:35:14 +02:00
[[\-t|\-\-theme-options] [\-p|\-\-pack] [style file]]
1998-09-29 22:36:29 +00:00
.SH DESCRIPTION
.B getstyle
1999-01-06 15:22:33 +00:00
can either dump the current Window Maker style related configuration
information to a file/stdout or create a self-contained theme pack. A theme
pack is a directory that contains everything that is needed by a
2014-05-17 21:12:34 -05:00
redistributable theme, including the style information and pixmaps used by it.
1999-01-06 15:22:33 +00:00
Note that style information stored in the global configuration of the
system is not read.
2014-05-16 22:02:32 -05:00
The following options are stored by default: \fITitleJustify\fP,
\fIClipTitleFont\fP, \fIWindowTitleFont\fP, \fIMenuTitleFont\fP,
2014-05-17 21:12:34 -05:00
\fIMenuTextFont\fP, \fIIconTitleFont\fP,
2014-05-16 22:02:32 -05:00
\fILargeDisplayFont\fP, \fIHighlightColor\fP, \fIHighlightTextColor\fP,
\fIClipTitleColor\fP, \fICClipTitleColor\fP, \fIFTitleColor\fP,
\fIPTitleColor\fP, \fIUTitleColor\fP, \fIFTitleBack\fP,
\fIPTitleBack\fP, \fIUTitleBack\fP, \fIResizebarBack\fP,
\fIMenuTitleColor\fP, \fIMenuTextColor\fP, \fIMenuDisabledColor\fP,
\fIMenuTitleBack\fP, \fIMenuTextBack\fP, \fIIconBack\fP,
\fIIconTitleColor\fP, \fIIconTitleBack\fP, \fIFrameBorderWidth\fP,
\fIFrameBorderColor\fP, \fIFrameSelectedBorderColor\fP,
\fIMenuStyle\fP, \fIWindowTitleExtendSpace\fP,
\fIMenuTitleExtendSpace\fP, and \fIMenuTextExtendSpace\fP.
If either \fB-t\fP or \fB--theme-options\fP is specified, in addition
to the previous options, \fIWorkspaceBack\fP is \fIalso\fP stored,
along with any user-definable mouse cursor settings
(\fINormalCursor\fP, \fIArrowCursor\fP, \fIMoveCursor\fP,
2014-05-16 22:02:32 -05:00
\fIResizeCursor\fP,
\fITopLeftResizeCursor\fP, \fITopRightResizeCursor\fP,
2014-05-16 22:02:32 -05:00
\fIBottomLeftResizeCursor\fP, \fIBottomRightResizeCursor\fP,
\fIVerticalResizeCursor\fP, \fIHorizontalResizeCursor\fP,
\fIWaitCursor\fP, \fIQuestionCursor\fP, \fITextCursor\fP,
\fISelectCursor\fP) that are present.
1999-01-06 15:22:33 +00:00
.SH OPTIONS
.TP
.B \-t
dumps theme related information too, which includes the root background
texture. This option is always enabled when the \-p option is used.
1999-01-06 15:22:33 +00:00
.TP
.B \-p
creates a theme pack in the directory named by the theme name appended
with the .themed suffix.
1998-09-29 22:36:29 +00:00
.SH ENVIRONMENT
.IP GNUSTEP_USER_ROOT
specifies the initial path for the Defaults directory. "Defaults/" is
appended to this variable to determine the actual location of the
2014-05-17 21:12:34 -05:00
databases. If the variable is not set, it defaults to "~/GNUstep"
1998-09-29 22:36:29 +00:00
.SH FILES
.IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
This is the actual file that gets written.
1998-09-29 22:36:29 +00:00
.SH SEE ALSO
.BR setstyle (1x),
.BR wmaker (1x)
.SH AUTHOR
This man page was written by Marcelo Magallon <mmagallo@debian.org>.
.PP
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.