blob: 1f713a84c4a6c755aba8c4116a1c702dad8f08e5 (
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
|
# Xorg root Daemon
Simple script that give you realtime datetime and battery capacity at X Window.
simulating `xsetroot -name "text"`
<img src="https://github.com/fadhil-riyanto/xrootd/blob/master/scr_img/2024-08-17_17-37.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
|