Files
wmaker/doc/getstyle.1
T

72 lines
2.9 KiB
Groff
Raw Normal View History

1998-09-29 22:36:29 +00:00
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH getstyle 1 "April 2015"
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
2015-04-06 17:57:58 +02:00
.RI [ \-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
2015-04-06 17:57:58 +02:00
pack is a directory that contains everything that is needed for 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.
.SH OPTIONS
.TP
2015-04-06 17:57:58 +02:00
.B \-\-help
print a help message with the list of options.
1999-01-06 15:22:33 +00:00
.TP
2015-04-06 17:57:58 +02:00
.BR \-\-pack " or " \-p
1999-01-06 15:22:33 +00:00
creates a theme pack in the directory named by the theme name appended
with the .themed suffix.
2015-04-06 17:57:58 +02:00
.TP
.BR \-\-theme-options " or " \-t
dumps theme related information too, which includes the root background
texture. This option is always enabled when the \-p option is used.
.TP
.B \-\-version
print the version of Window Maker from which the program comes.
.SH "STYLE CONTENT"
The following options are stored by default:
.IR TitleJustify ", " ClipTitleFont ", " WindowTitleFont ", " MenuTitleFont ,
.IR MenuTextFont ", " IconTitleFont ", " LargeDisplayFont ", " HighlightColor ,
.IR HighlightTextColor ", " ClipTitleColor ", " CClipTitleColor ", " FTitleColor ,
.IR PTitleColor ", " UTitleColor ", " FTitleBack ", " PTitleBack ,
.IR UTitleBack ", " ResizebarBack ", " MenuTitleColor ", " MenuTextColor ,
.IR MenuDisabledColor ", " MenuTitleBack ", " MenuTextBack ", " IconBack ,
.IR IconTitleColor ", " IconTitleBack ", " FrameBorderWidth ", " FrameBorderColor ,
.IR FrameSelectedBorderColor ", " MenuStyle ", " WindowTitleExtendSpace ,
.IR MenuTitleExtendSpace ", and " MenuTextExtendSpace .
If either \fB-t\fP or \fB--theme-options\fP is specified, in addition
to the previous options, \fIWorkspaceBack\fP is also stored,
along with any user-definable mouse cursor settings
.RI ( NormalCursor ", " ArrowCursor ", " MoveCursor ", " ResizeCursor ,
.IR TopLeftResizeCursor ", " TopRightResizeCursor ", " BottomLeftResizeCursor ,
.IR BottomRightResizeCursor ", " VerticalResizeCursor ", " HorizontalResizeCursor ,
.IR WaitCursor ", " QuestionCursor ", " TextCursor ", " SelectCursor )
that are present.
1999-01-06 15:22:33 +00:00
1998-09-29 22:36:29 +00:00
.SH ENVIRONMENT
.IP WMAKER_USER_ROOT
1998-09-29 22:36:29 +00:00
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 WMAKER_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 (1),
.BR wmaker (1)
1998-09-29 22:36:29 +00:00
.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>.