blob: 5d39a1653d08e3ad14fac9f396913d24dc0f8b20 (
plain) (
blame)
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
|
# wlclock
wlclock is a digital analog clock for Wayland desktops.
wlclock is inspired by xclock and the default configuration has been chosen to
mimic it. However unlike xclock, wlclock is not a regular window but a
desktop-widget.
A Wayland compositor must implement the Layer-Shell and XDG-Output for wlclock
to work.
## Building
wlclock depends on Wayland, Wayland protocols and Cairo.
To build this program you will need a C compiler, the meson & ninja build system
and `scdoc` to generate the manpage.
git clone git://git.pinkro.se/wlclock.git
cd wlclock
meson build
ninja -C build
sudo ninja -C build install
## Contributing
**Contributions are welcome!** Feel free to send a patch to rose@pinkro.se!
## Licensing
wlclock is licensed under the GPLv3.
The contents of the `protocol` directory are licensed differently. Please see
the header of the files for more information.
## Authors
Forked by: Rose <rose@pinkro.se>
Original wlclock by: Leon Plickat <leonhenrik.plickat@stud.uni-goettingen.de>
|