mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
There were some broken links in the FAQ to documentation on creating theme packs, originally hosted on largo.windowmaker.org. These pages were located on archive.org and reformatted to fit the website's current style.
42 lines
1.4 KiB
PHP
42 lines
1.4 KiB
PHP
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
|
|
|
<title>Window Maker: Themes</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
<link href="title.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<?php include("dock.php"); ?>
|
|
<?php include("header.php"); ?>
|
|
|
|
<table class="inner" border="0" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td content="content" colspan="2" valign="top">
|
|
<br />
|
|
<br />
|
|
|
|
Please do not use gifs or other large file formats as your background images.
|
|
Although Window Maker does now include .gif support,
|
|
most backgrounds (unless they are small tiles) are at least 640x480.
|
|
and this makes for a <b>huge</b> gif file, generally in the 1meg+ range.<br>
|
|
The same file as a .jpg could be as much as 95% smaller or more!<br>
|
|
(also see <a href="http://www.gnu.org/philosophy/gif.html">here</a> for another good
|
|
reason not to use GIFs),
|
|
<br><br>
|
|
Also when using an image as the Background, if you choose to remove the file
|
|
extension, please include the file format of it in the .lsm for your theme.
|
|
<a href="example-lsm.txt">See here</a> for an example <tt>readme.lsm</tt> file.
|
|
<br><br>
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<?php include("footer.php"); ?>
|
|
|
|
</body>
|
|
</html>
|