diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/any_position_wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/any_position_wrapper.sh b/.local/bin/any_position_wrapper.sh index d6c6afc..6aa6268 100755 --- a/.local/bin/any_position_wrapper.sh +++ b/.local/bin/any_position_wrapper.sh @@ -42,7 +42,7 @@ function remove_holder { } function irdate { - local json="{ \"full_text\": \"$(jdate '+%h %m %b %Y')\", \"color\": \"#00FF00\" }" + local json="{ \"full_text\": \"$(jdate '+%h %d %b %Y')\", \"color\": \"#00FF00\" }" json_array=$(update_holder holder__jdate "$json") } |
