My own timer on Qt for Linux!
- Copy the files to the bin directory:
sudo cp /path/to/sillyTimer /usr/local/bin - Move
stopwatch-solid.svgto a convenient directory and remember the path. - Create a sillyTimer.desktop file in
~/.local/share/applications - Add this to the file:
[Desktop Entry] Type=Application Name=sillyTimer Exec=/usr/local/bin/ Icon=/path/to/stopwatch-solid.svg - Restart the session.