1
0
Fork
You've already forked wlclock
0
Fork of Wlclock using fractional scaling
  • C 94.4%
  • Meson 5.6%
Find a file
2025年12月23日 10:07:47 -06:00
doc Release v1.0.1 2021年12月30日 17:22:36 +01:00
protocol Init 2020年09月24日 18:01:28 +02:00
src first commit 2025年12月23日 10:07:47 -06:00
.gitignore Init 2020年09月24日 18:01:28 +02:00
CONTRIBUTING.md Deprecate non-sourcehut forges 2021年06月24日 14:11:32 +02:00
LICENSE Init 2020年09月24日 18:01:28 +02:00
meson.build Release v1.0.1 2021年12月30日 17:22:36 +01:00
meson_options.txt Improve signal handling 2021年11月14日 05:28:10 +01:00
README.md Deprecate non-sourcehut forges 2021年06月24日 14:11:32 +02:00

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 https://git.sr.ht/~leon_plickat/wlclock
cd wlclock
meson build
ninja -C build
sudo ninja -C build install

Contributing

Contributions are welcome! Read CONTRIBUTING.md to find out how you can contribute. Do not be afraid, it is really not that complicated.

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

Leon Plickat leonhenrik.plickat@stud.uni-goettingen.de