From 9c181c5c7002947c61f0632f8d8d395ac48afa58 Mon Sep 17 00:00:00 2001 From: Pavel Makhov Date: Sat, 22 Sep 2018 19:47:43 -0400 Subject: small changes to pomo widget --- pomodoroarc-widget/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pomodoroarc-widget/README.md (limited to 'pomodoroarc-widget/README.md') diff --git a/pomodoroarc-widget/README.md b/pomodoroarc-widget/README.md new file mode 100644 index 0000000..49b1b2c --- /dev/null +++ b/pomodoroarc-widget/README.md @@ -0,0 +1,16 @@ +# Pomodoro Widget + +:construction: This widget is under construction :construction_worker: + +## Installation + +This widget is based on [@jsspencer](https://github.com/jsspencer)' [pomo](https://github.com/jsspencer/pomo) - a simple pomodoro timer. +So first install/clone it anywhere you like, then either + - in widget's code provide path to the pomo.sh, or + - add pomo.sh to the PATH, or + - make a soft link in /usr/local/bin/ to it: + ```bash + sudo ln -sf /opt/pomodoro/pomo.sh /usr/local/bin/pomo + ``` + +Note that by default widget's code expects third way and calls script by `pomo`. \ No newline at end of file -- cgit v1.2.3