Skip to content

Releases: michaelnoguera/conky-calendar

v0.1.1

30 Dec 01:41
Compare
Choose a tag to compare

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!

First Release

13 Oct 22:11
2d45ad9
Compare
Choose a tag to compare

Here's a .deb package for my linux friends. Built on/for Ubuntu 20.04 focal, but it might work elsewhere. If it doesn't, follow the instructions under "Building from source" below.

Installation from package

You can install the .deb package with apt or dpkg. Take your pick:

  • apt install path/to/conky-calendar_0.1.0_amd64.deb
  • dpkg -i path/to/conky-calendar_0.1.0_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.