mcpcpc / xbg

A tiny XCB root window color setter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xbg - a tiny XCB root window color setter

FEATURES
========

*   changes the root window background to a specified X11 color name.
    For a more complete X11 color names list, refer to the following 
    site: https://en.wikipedia.org/wiki/X11_color_names

USAGE
=====

    xbg [color] [-v]

DEPENDENCIES
============

Requires both libxcb and xcb-util.

INSTALL
=======

Building and installing from source:
    git clone https://github.com/mcpcpc/xbg
    cd xbg
    make
    sudo make install

Building and installing on KISS Linux:
    kiss b xbg
    kiss i xbg

EXAMPLES
========

Check your xbg installed version:
    xbg -v

Set a new background color (i.e. red):
    xbg red

CONTACT
=======

For questions or issues, please contact info[at]mcpcpc[dot]com.

About

A tiny XCB root window color setter.

License:MIT License


Languages

Language:C 87.1%Language:Makefile 12.9%