[polybar] Add pomo timer as git submodule

Using [jsspencer/pomo](https://github.com/jsspencer/pomo) as the timer
of choice. It is simple, it works well, and it uses a very elegant way
of tracking the time.

I can think about implementing my own version later, but this will
handily suffice for now.

Polybar script will now limit the pomo timer to a single 'running'
instance containing the notification function, by putting its running
instance PID in a lockfile and killing it before restarting or changing
the timer.

Added running and paused tomato icons; as well as break coffee icon.
Removed display of seconds, unless the last minute of a timer is
running.
This commit is contained in:
Marty Oehme 2020-05-25 15:25:45 +00:00
parent 9b362cae38
commit 050bac9c55
6 changed files with 63 additions and 3 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "polybar/.local/share/pomo"]
path = polybar/.local/share/pomo
url = https://github.com/jsspencer/pomo.git