This conky configuration displays a simple overview about your thesis progress (word count) as well as the remaining number of days until the deadline. I wrote it for my own MSc thesis and it helped to make the whole thing a lot more fun 😉
These instructions are for Ubuntu. Package names on other distributions may vary.
- conky (>= 1.10):
sudo apt-get install conky
- exiftool:
sudo apt-get install libimage-exiftool-perl
- pdftotext:
sudo apt-get install poppler-utils
- FontAwesome:
sudo apt-get install fonts-font-awesome
- Purisa Font:
sudo apt-get install fonts-tlwg-purisa
- Copy the conky configuration to your home directory:
cp conkyrc ~/.conkyrc
- Make sure everything in
scripts
is executable and in yourPATH
You will want to adapt 2 files:
- Change the path to the PDF file in
.conkyrc
- Change the deadline date UNIX timestamp in
.conkyrc
- Change the amount of start/end pages to skip in
.conkyrc
(parameters 1 and 2 topdfWordCount
) - Change the word exclusion rules by adding/removing/adapting
sed
calls inpdfWordCount