Stopwatch for Linux

I made a stopwatch!

Controls:
>Drag to move
>Click to pause/resume
>Double-click to restart
>Right-click to close

Features:
>Minimal size (can be customized to be 29x7 pixels only, default is double that for readability)
>Minimal interface
>All essentials for a GUI app: icon, .desktop file

Git:
github.com/Mark-Weston/stopwatch

Install a flatpak bundle:
curl -L -o ~/Downloads/stopwatch.flatpak github.com/Mark-Weston/stopwatch/releases/download/v1.0/stopwatch.flatpak
flatpak install --bundle ~/Downloads/stopwatch.flatpak

Install from source:
sudo make && make install # make sure to have the dependencies tho

Install flatpak bundle from source:
sudo make && make flatpak && make flatpak-install


It's free and open-source (BSD-2)!

Other urls found in this thread:

urbandictionary.com/define.php?term=kasu
translate.google.lt/?client=ubuntu&um=1&ie=UTF-8&hl=en&client=tw-ob#auto/lt/死ねカス
askubuntu.com/questions/965455/how-do-i-create-an-opengles2-and-glfw3-snap
twitter.com/NSFWRedditVideo

...

>BSD-2
no thanks I dont like gay porn

You can relicense it to GPLv2 or GPLv3 or whatever other compatible license.
BSD-2 allows you that.
Now ain't that great?

死ねカス

>死ねカス
urbandictionary.com/define.php?term=kasu
>Shine Kasu(Die scum!)
translate.google.lt/?client=ubuntu&um=1&ie=UTF-8&hl=en&client=tw-ob#auto/lt/死ねカス
>Dead Kas
What?

Don't download it creates mustard gas

lies

If you like stopwatches you could make a good speedrun timer for Linux.

Nist beacon...

heh
You think Terry would like this?

very proud of you user, keep it up and you'll make some REALLY cool shit someday

Thank you!

>flatpak
Why no snap or appimage?

It's slutty is what it is.

Don't use it, it's botnet. He mines your data!

Thanks, Mark.

>snap
I tried. I really tried.
askubuntu.com/questions/965455/how-do-i-create-an-opengles2-and-glfw3-snap
After 10 days I decided I'm too dumb to make it.
I would really like to make a snap. You get support from Canonical, and by extension a place in the Ubuntu Software Center, which would be really nice, but as I said I couldn't do it. Maybe someday when it will be more mature someone will help me, or I'll figure it myself.
>appimage
I've looked into it. It doesn't have any runtime like flatpak/snap, so to have it working you would have to either:
>link against old glibc (which means I would have to have an old distro to compile it, currently I'm on Lubuntu 17.04)
>compile the libc statically (a no-no for glibc (dlopen and other stuff won't work), maybe musl would do
Anyway, it remains a possibility.

How so? What does "slutty" mean in software license context?

It's open-source, you can audit and compile it from source (which is quite feasible, it's only ~150 lines of code).

You're welcome!

Your program is happy to relicense any number of times, with any "compatible" license. That's pretty slutty desu

I bet you love proprietary shit then
You can't change/distribute/obtain-without-paying it, let alone relicense it
Proprietary licenses are the best, amirite?

Proprietary licenses are cucks

False. Proprietary licenses don't share anything. They're the bulls.

Proprietary licenses are for cucks, they don't work for anyone who doesn't pay, then fucky our PC behind your back.

>Proprietary licenses are for cucks, they don't work for anyone who doesn't pay, then fucky our PC behind your back.
Yup, they are _for_ cucks, because the licenses _themselves_ are the bulls.
We're talking about the licenses here, no what are they for ().
So following your logic, proprietary licenses are superior to FOSS licenses?

No, because I'd rather have a slut than a Chad.

Great, so proprietary licenses are for women.
What a great conclusion we've reached here.

Installing shit, flatpak and a fucking gui for something as simple as a stopwatch.

Literally electron tier

There's a makefile for gentlemen like you.
And you can just use the command line if makefile is too bloated for you.

BEFORETIME=$(date +%s);read;echo Time taken: $(($(date +%s)-$BEFORETIME)) seconds

I never said it was bad, just that it was slutty.

kek
>having to have a dedicated terminal to run a stopwatch
>the terminal is taking up 1000 pixels of screen estate
or
>putting it on tty1
>having to switch back and forth between tty1 and tty7 to check the time
>forgetting to turn it off
That's why I made a GUI. I made CLI version before, don't get me wrong, it's just that I upgraded it to GUI for the reasons I've already listed.
It's also more convenient to move/pause/resume/restart it, and it's more elegant.

Oh, it was bigoted of me to assume that "slut" has any negative connotations attached to it. Sorry.

Wtf I installed op's clock and now my computer runs so slow and my fans are spinning loud???

>>link against old glibc (which means I would have to have an old distro to compile it, currently I'm on Lubuntu 17.04)
you can use docker for this. Just pull in an debian image

Wot

How bout
time read