This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
A tiny XCB root window color setter.
License
mcpcpc/xbg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.