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
- Host: GitHub
- URL: https://github.com/fadhil-riyanto/xrootd
- Owner: fadhil-riyanto
- License: gpl-3.0
- Created: 2024-08-17T01:10:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T16:04:28.000Z (over 1 year ago)
- Last Synced: 2025-02-05T21:59:27.318Z (over 1 year ago)
- Topics: dwm, dwm-bar, xorg, xorg-xsetroot, xserver
- Language: C
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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