diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-10 20:44:25 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-10 20:44:25 +0800 |
commit | 18fcaf66d76c6554c007cadef655128ac99dc14f (patch) | |
tree | 7c45df780a8e70d2fccfa6ecb8907b544cbe63a7 /X11 | |
parent | ab8aac861dc37ee8f8aa1e719c0e6e3ccff90d01 (diff) |
Update
Diffstat (limited to 'X11')
-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 | ||