It a mini project on digital clock. It is made with C programming language using gtk+3.0.
Use following command to compile the program
gcc main.c `pkg-config --cflags gtk+-3.0` -o Clock `pkg-config --libs gtk+-3.0`
This repository is included with the compiled binary file so it can be installed by running the install.sh
file in terminal
The repository contains the file to uninstall the project simply run the uninstall.sh