blob: 2fdc86c5f013e248c8312e2bd6535d932a2ca3c9 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# 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 & build
<pre>
git clone https://github.com/fadhil-riyanto/xrootd.git
cd xrootd
mkdir build
cd build
cmake ..
make -j4
./xsetrootd
</pre>
or install
<pre>
sudo make install
xsetrootd
</pre>
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
|