aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/context
diff options
context:
space:
mode:
Diffstat (limited to 'bin/task/context')
-rwxr-xr-xbin/task/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context b/bin/task/context
index fcba0fb..292eb00 100755
--- a/bin/task/context
+++ b/bin/task/context
@@ -34,7 +34,7 @@ fi
34# The unit of time display. For example: 34# The unit of time display. For example:
35# If it is 900(seconds), then the minimal symbol of 35# If it is 900(seconds), then the minimal symbol of
36# time display is 15min 36# time display is 15min
37UNIT=900 37UNIT="${UNIT:-900}"
38#BLOCK_CHAR= 38#BLOCK_CHAR=
39BLOCK_CHAR=▮ #▊◼ 39BLOCK_CHAR=▮ #▊◼
40 40