diff options
Diffstat (limited to 'X11/show_timer.sh')
-rwxr-xr-x | X11/show_timer.sh | 2 |
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 |
7 | if echo "$@" | grep -qs '\--context'; then | 7 | if 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 |
10 | fi | 10 | fi |
11 | 11 | ||