Here is an installable .deb package built on Ubuntu 20.04 focal. I have installed it and it works for me. If this does not work for you, here are the instructions for building from source.
Installation from package
You can install the .deb package with apt or dpkg. Take your pick:
apt install path/to/conky-calendar_0.1.1_amd64.deb
dpkg -i path/to/conky-calendar_0.1.1_amd64.deb
.
Building from source
Alternatively, you can download the source zip and build it with cargo. You will need cargo and rust installed.
Inside the project directory, cargo build --release
will make you an optimized executable.
If you have cargo-deb installed, you can cargo deb
to reconstruct the package included here yourself, and cargo deb --install
to install it.
Changelog
- Merged #1 "Added --monday-as-first flag (-m for short)". Thanks, @randomcoder67!