1getstyle(1x) getstyle(1x)
2
3
4
6 getstyle - dumps the current Window Maker style related configuration
7 or creates a theme pack.
8
10 getstyle [[-t|--theme-options] [-p|--pack] [style file]]
11
13 getstyle can either dump the current Window Maker style related config‐
14 uration information to a file/stdout or create a self-contained theme
15 pack. A theme pack is a directory that contains everything that is
16 needed by a redistributable theme, includig the style information and
17 pixmaps used by it.
18
19 Note that style information stored in the global configuration of the
20 system is not read.
21
22 The following options are stored by default: IconBack, IconBack, Title‐
23 Justify, WindowTitleFont, MenuTitleFont, MenuTextFont, IconTitleFont,
24 DisplayFont, HighlightColor, HighlightTextColor, IconTitleColor, CClip‐
25 TitleColor, IconBackColor, FTitleColor, PTitleColor, UTitleColor, FTi‐
26 tleBack, PTitleBack, UTitleBack, MenuTitleColor, MenuTextColor, MenuD‐
27 isabledColor, MenuTitleBack and MenuTextBack.
28
29 If either -t or --theme-options is specified, in addition to the previ‐
30 ous options, WorkspaceBack is also stored, along with any user-defin‐
31 able mouse cursor settings (NormalCursor, ArrowCursor, MoveCursor,
32 TopLeftResizeCursor, TopRightResizeCursor, BottomLeftResizeCursor, Bot‐
33 tomRightResizeCursor, VerticalResizeCursor, HorizontalResizeCursor,
34 WaitCursor, QuestionCursor, TextCursor, SelectCursor) that are present.
35
36
38 -t dumps theme related information too, which includes the root
39 background texture. This option is always enabled when the -p
40 option is used.
41
42 -p creates a theme pack in the directory named by the theme name
43 appended with the .themed suffix.
44
45
47 GNUSTEP_USER_ROOT
48 specifies the initial path for the Defaults directory.
49 "Defaults/" is appended to this variable to determine the actual
50 location of the databases. If the varialbe is not set, it
51 defaults to "~/GNUstep"
52
54 GNUSTEP_USER_ROOT/Defaults/WindowMaker
55 This is the actual file that gets written.
56
58 setstyle(1x), wmaker(1x)
59
61 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
62
63 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
64
65
66
67 January 1999 getstyle(1x)