aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-10 20:44:25 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-10 20:44:25 +0800
commit18fcaf66d76c6554c007cadef655128ac99dc14f (patch)
tree7c45df780a8e70d2fccfa6ecb8907b544cbe63a7 /X11
parentab8aac861dc37ee8f8aa1e719c0e6e3ccff90d01 (diff)
Update
Diffstat (limited to 'X11')
-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