From 50574992ed3d0e817daaad091641724950e73a77 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Wed, 16 Jun 2021 09:16:39 +0200 Subject: Fix jdate format. --- .local/bin/any_position_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') 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") } -- cgit v1.2.3