diff options
Diffstat (limited to 'i3/blocks/datetime')
-rwxr-xr-x | i3/blocks/datetime | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i3/blocks/datetime b/i3/blocks/datetime new file mode 100755 index 0000000..178073f --- /dev/null +++ b/i3/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 |