aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/show_timer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X11/show_timer.sh')
-rwxr-xr-xX11/show_timer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/show_timer.sh b/X11/show_timer.sh
index 149b11a..93481e0 100755
--- a/X11/show_timer.sh
+++ b/X11/show_timer.sh
@@ -5,7 +5,7 @@ export origin
5 5
6# If --context is set, apply exit command and different color 6# If --context is set, apply exit command and different color
7if echo "$@" | grep -qs '\--context'; then 7if echo "$@" | grep -qs '\--context'; then
8 COMMAND_EXIT='~/helper/bin/task/context $count' 8 COMMAND_EXIT='~/helper/bin/task/context ${count}s'
9 export COLOR=33 9 export COLOR=33
10fi 10fi
11 11