From 9b6d154afb2b32f81dae99cc45392b4cace2a29d Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Sun, 18 Sep 2016 02:11:28 +0200 Subject: Add more conf --- .i3-blocks/blocks/datetime | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .i3-blocks/blocks/datetime (limited to '.i3-blocks/blocks/datetime') 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 -- cgit v1.2.1