Commit graph

4 commits

Author SHA1 Message Date
657ef21b0b
[polybar] Fix pomo timer notification updating
Fixed notifications following outdated pomo timers if the timer was ever
paused or restarted. Will now limit the pomo timer to a single 'running'
instance containing the notification function.
2020-05-25 15:18:32 +02:00
e513a77bc1
[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.
2020-05-25 14:06:15 +02:00
f96f9f2211 [script] Add simple due script for bibtex file
Scrapes a bibtex file for 'due' field, and outputs all found entries
with their priority and sorted for date.
2020-05-16 17:05:09 +00:00
97f7fcbbd6
Move scripts into respective directories
Having a general script folder makes little sense if the scripts are
targeted to specific applications. This commit moved every script that
solely, or mainly (like ueberzug), targets a single application into
that respective stow module.
2020-02-08 20:17:44 +01:00