root/README

Revision 3b02f46d893d4dcac8ea1742c2a3b697c13e2074, 1.3 kB (checked in by Dave Foster <daf@minuslab.net>, 1 year ago)

Updated links and irc info.

  • Property mode set to 100644
Line 
1 NITROGEN:
2
3 Webpage: http://projects.l3ib.org/nitrogen/
4
5
6 Requirements:
7
8 GTKMM 2.10
9 GTK 2.10
10
11
12 Installation:
13
14 ./bootstrap
15 ./configure
16 make
17 make install (as root or a user with proper permissions)
18
19 The binary is called, amazingly enough, "nitrogen".
20
21
22
23 Usage:  nitrogen [OPTIONS] DIRECTORY
24
25 Options:
26         --no-recurse
27                 Do not recurse into subdirectories
28         --restore
29                 Restore saved backgrounds
30         --sort=[arg]
31                 How to sort the backgrounds. Valid options are:
32                         * alpha, for alphanumeric sort
33                         * ralpha, for reverse alphanumeric sort
34                         * time, for last modified time sort (oldest first)
35                         * rtime, for reverse last modified time sort (newest first)
36
37 DIRECTORY is the directory containing the backgrounds you wish to preview.  It
38 adds files recursively from here (so long as --no-recurse hasn't been supplied),
39 generating preview images asynchronously.
40
41 If you want to tell us about the many bugs that we have, drop by #l3ib on
42 irc.freenode.net, and talk to nightm4re or syscrash2k.
43
44
45 Nitrogen is licensed under the GPL.  See COPYING.
46 Icons are licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.5
47 license.
48
49 see http://creativecommons.org/licenses/by-nc-nd/2.5/
Note: See TracBrowser for help on using the browser.