blob: 1b85f575fee6d2fe3e92e27ef34a34623ca9fbd5 (
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
|
# Xorg root Daemon
Simple script that give you realtime datetime and battery capacity for X Window.
simulating `xsetroot -name "text"`
example:
<img src="https://github.com/fadhil-riyanto/xrootd/blob/master/scr_img/87.png?raw=true">
# Usage
just type `./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
|