1getstyle(1) General Commands Manual getstyle(1)
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 for a redistributable theme, including 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
24 --help print a help message with the list of options.
25
26 --pack or -p
27 creates a theme pack in the directory named by the theme name
28 appended with the .themed suffix.
29
30 --theme-options or -t
31 dumps theme related information too, which includes the root
32 background texture. This option is always enabled when the -p
33 option is used.
34
35 --version
36 print the version of Window Maker from which the program comes.
37
38
40 The following options are stored by default: TitleJustify, ClipTitle‐
41 Font, WindowTitleFont, MenuTitleFont, MenuTextFont, IconTitleFont,
42 LargeDisplayFont, HighlightColor, HighlightTextColor, ClipTitleColor,
43 CClipTitleColor, FTitleColor, PTitleColor, UTitleColor, FTitleBack,
44 PTitleBack, UTitleBack, ResizebarBack, MenuTitleColor, MenuTextColor,
45 MenuDisabledColor, MenuTitleBack, MenuTextBack, IconBack, IconTitle‐
46 Color, IconTitleBack, FrameBorderWidth, FrameBorderColor, FrameSelect‐
47 edBorderColor, MenuStyle, WindowTitleExtendSpace, MenuTitleExtendSpace,
48 and MenuTextExtendSpace.
49
50 If either -t or --theme-options is specified, in addition to the previ‐
51 ous options, WorkspaceBack is also stored, along with any user-defin‐
52 able mouse cursor settings (NormalCursor, ArrowCursor, MoveCursor,
53 ResizeCursor, TopLeftResizeCursor, TopRightResizeCursor, BottomLeftRe‐
54 sizeCursor, BottomRightResizeCursor, VerticalResizeCursor, Horizontal‐
55 ResizeCursor, WaitCursor, QuestionCursor, TextCursor, SelectCursor)
56 that are present.
57
58
60 WMAKER_USER_ROOT
61 specifies the initial path for the Defaults directory.
62 "Defaults/" is appended to this variable to determine the actual
63 location of the databases. If the variable is not set, it
64 defaults to "~/GNUstep"
65
67 WMAKER_USER_ROOT/Defaults/WindowMaker
68 This is the actual file that gets written.
69
71 setstyle(1), wmaker(1)
72
74 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
75
76 Window Maker was written by Alfredo K. Kojima <kojima@window‐
77 maker.info>.
78
79
80
81 April 2015 getstyle(1)