1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00
Files
wmaker/doc/getstyle.1x
dan 0261c32636 Code update for Window Maker version 0.50.0
Read changes in ChangeLog and NEWS
1999-01-06 15:22:33 +00:00

53 lines
1.8 KiB
Plaintext

.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH getstyle 1x "December 1998"
.SH NAME
getstyle \- dumps the current Window Maker style related configuration or
creates a theme pack.
.SH SYNOPSIS
.B getstyle
[[-t] [style file]]
[-p theme name]
.SH DESCRIPTION
.B getstyle
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
redistributable theme, includig the style information and pixmaps used by it.
Note that style information stored in the global configuration of the
system is not read.
.SH OPTIONS
.TP
.B \-t
dumps theme related information too, which is the root background texture.
This option is always enabled when the \-p option is used.
.TP
.B \-p
creates a theme pack in the directory named by the theme name appended
with the .themed suffix.
Options that are stored in the style file are: IconBack, WorkspaceBack,
IconBack, TitleJustify, WindowTitleFont, MenuTitleFont, MenuTextFont,
IconTitleFont, DisplayFont, HighlightColor, HighlightTextColor,
IconTitleColor, CClipTitleColor, IconBackColor, FTitleColor, PTitleColor,
UTitleColor, FTitleBack, PTitleBack, UTitleBack, MenuTitleColor,
MenuTextColor, MenuDisabledColor, MenuTitleBack and MenuTextBack.
.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
databases. If the varialbe is not set, it defaults to "~/GNUstep"
.SH FILES
.IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
This is the actual file that's written.
.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.org>.