An open API service indexing awesome lists of open source software.

https://github.com/fadhil-riyanto/xrootd

xsetroot daemon for Xorg
https://github.com/fadhil-riyanto/xrootd

dwm dwm-bar xorg xorg-xsetroot xserver

Last synced: about 1 year ago
JSON representation

xsetroot daemon for Xorg

Awesome Lists containing this project

README

          

# Xorg root Daemon

Simple script that give you realtime datetime and battery capacity for X Window.

simulating `xsetroot -name "text"`

example:

# Usage & build


git clone https://github.com/fadhil-riyanto/xrootd.git
cd xrootd
mkdir build
cd build
cmake ..
make -j4
./xsetrootd

or install


sudo make install
xsetrootd

build dependencies:
- X11
- gdk-pixbuf
- glib-2.0
- libnotify

## Contributing
Your contributions are always welcome!

## Maintainer
[Fadhil Riyanto](https://github.com/fadhil-riyanto)

## License
GPL-3.0