From e513a77bc196ee97627722be64a1e206219af919 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 25 May 2020 14:06:15 +0200 Subject: [PATCH] [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. --- .gitmodules | 3 +++ polybar/.local/share/pomo | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 polybar/.local/share/pomo diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bb95830 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "polybar/.local/share/pomo"] + path = polybar/.local/share/pomo + url = https://github.com/jsspencer/pomo.git diff --git a/polybar/.local/share/pomo b/polybar/.local/share/pomo new file mode 160000 index 0000000..68a8e26 --- /dev/null +++ b/polybar/.local/share/pomo @@ -0,0 +1 @@ +Subproject commit 68a8e26a46f8516ee73b429c153a1fc7a4a2c300