diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-21 10:17:22 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-21 10:17:22 +0800 |
commit | a53d42e27ddf6dc17bc0545d98d848e16575f600 (patch) | |
tree | a98bbc892c252b6670e3ddd98fd21e3398921bbe /bin/task/context | |
parent | 2c14bcea4c65c762c4d969bc22485facf1419045 (diff) |
Update
Diffstat (limited to 'bin/task/context')
-rwxr-xr-x | bin/task/context | 2 |
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 |
37 | UNIT=900 | 37 | UNIT="${UNIT:-900}" |
38 | #BLOCK_CHAR= | 38 | #BLOCK_CHAR= |
39 | BLOCK_CHAR=▮ #▊◼ | 39 | BLOCK_CHAR=▮ #▊◼ |
40 | 40 | ||