diff options
Diffstat (limited to '')
-rwxr-xr-x | .i3-blocks/blocks/datetime | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.i3-blocks/blocks/datetime b/.i3-blocks/blocks/datetime new file mode 100755 index 0000000..178073f --- /dev/null +++ b/.i3-blocks/blocks/datetime @@ -0,0 +1,8 @@ +#!/bin/bash + +FORMAT="${BLOCK_INSTANCE:-%H:%M}" +DATETIME=$(date "+${FORMAT}") + +echo "${DATETIME}" +echo "${DATETIME}" +echo ""
\ No newline at end of file |