summaryrefslogtreecommitdiff
path: root/pomodoroarc-widget/pomodoroarc.lua
diff options
context:
space:
mode:
authorPavel Makhov <pmakhov@touchtunes.com>2018-09-22 19:47:43 -0400
committerPavel Makhov <pmakhov@touchtunes.com>2018-09-22 19:47:43 -0400
commit9c181c5c7002947c61f0632f8d8d395ac48afa58 (patch)
treee72fff3322326a1dd29644d834d7098729be02ee /pomodoroarc-widget/pomodoroarc.lua
parent1431b325c0bfc43d08b809ed6946ed856b2f59f0 (diff)
small changes to pomo widget
Diffstat (limited to 'pomodoroarc-widget/pomodoroarc.lua')
-rw-r--r--pomodoroarc-widget/pomodoroarc.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/pomodoroarc-widget/pomodoroarc.lua b/pomodoroarc-widget/pomodoroarc.lua
index 5158570..dab8c3a 100644
--- a/pomodoroarc-widget/pomodoroarc.lua
+++ b/pomodoroarc-widget/pomodoroarc.lua
@@ -13,10 +13,10 @@ local watch = require("awful.widget.watch")
local wibox = require("wibox")
local naughty = require("naughty")
-local GET_pomodoro_CMD = "/home/raph/scripts/pomo/pomo.sh clock"
-local PAUSE_pomodoro_CMD = "/home/raph/scripts/pomo/pomo.sh pause"
-local START_pomodoro_CMD = "/home/raph/scripts/pomo/pomo.sh start"
-local STOP_pomodoro_CMD = "/home/raph/scripts/pomo/pomo.sh stop"
+local GET_pomodoro_CMD = "pomo clock"
+local PAUSE_pomodoro_CMD = "pomo pause"
+local START_pomodoro_CMD = "pomo start"
+local STOP_pomodoro_CMD = "pomo stop"
local text = wibox.widget {
id = "txt",
@@ -65,6 +65,7 @@ text.font = "Inconsolata Medium 13"
local workbreak = string.match(stdout, "[ P]?([BW])%d?%d?:%d?%d?")
text.text = pomomin
+-- Helps debugging
--naughty.notify {
--text = pomomin,
--title = "pomodoro debug",