https://github.com/l3ib/nitrogen
Background browser and setter for X windows.
https://github.com/l3ib/nitrogen
Last synced: 9 months ago
JSON representation
Background browser and setter for X windows.
- Host: GitHub
- URL: https://github.com/l3ib/nitrogen
- Owner: l3ib
- License: gpl-2.0
- Created: 2010-12-20T21:11:46.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T21:26:36.000Z (over 1 year ago)
- Last Synced: 2024-08-01T03:34:52.598Z (over 1 year ago)
- Language: C++
- Homepage: http://projects.l3ib.org/nitrogen
- Size: 597 KB
- Stars: 355
- Watchers: 10
- Forks: 40
- Open Issues: 63
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-linux-customization - **nitrogen** - A GUI background previewer and setter. (Image Viewer)
- awesome-ricing - Nitrogen - Background browser and setter for X windows. (c++) (Packages / Background setting utilities and generators)
README
NITROGEN
WEBPAGE: http://projects.l3ib.org/nitrogen/
REQUIREMENTS:
GTKMM 2.10
GTK 2.10
BUILDING:
autoreconf -fi
./configure
make
make install (as root or a user with proper permissions)
The binary is called, amazingly enough, "nitrogen".
NOTE: If the "CXXFLAGS" env var is not set at ./configure time, autotools
will gladly insert "-g -O2" in them. "-g" will inflate the size of
the nitrogen binary to nearly 2mb, so consider using:
CXXFLAGS="-O2" ./configure
PACKAGERS: Make sure you set CXXFLAGS to an appropriate value for
the target system. For instance, CXXFLAGS=" -std=c++11" if using
gcc 5.x.
NOTE: If you want to install translations locally, you'll need to invoke
`make dist` to build the .gmo files before `make install`. No, I
don't know why.
USAGE:
See the man page. It *might* be up to date.
CONTACT:
If you want to tell us about the many bugs that we have, drop by #l3ib on
irc.freenode.net, and talk to mz4 or jvd.
LICENSE:
Nitrogen is licensed under the GPL. See COPYING.
Icons are licensed under a Creative Commons Attribution-Share Alike license.
See http://creativecommons.org/licenses/by-sa/3.0