aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 883a963f927dc5372ad7421bc1164408d1466d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
======
 yawa
======
-----------------------------------
 Yet another wallpaper application
-----------------------------------

yawa is a now feature-complete fork of hsetroot, because there hasn't been
a release in over 10 years, because the upsteam website has been down for
years, and for one because I dislike how it handled option parsing.

So here is yawa with rewritten option parsing using glibc’s argp, all
warnings fixed and more argument checking, and hopefully also more
readable. (God I don’t know how upstream fucked the formating up so badly)

Dependencies
============

* glibc (argp argument parsing)
* imlib2
* libx11
* sphinx (man page)

Building
========
::

    <git clone>
    cmake -g 'Unix Makefiles' .
    make
    sudo make install