From a3733553dac7f11a309d7bce150d05621178dc94 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 21 Oct 2019 19:00:47 +0100 Subject: [PATCH] Added time module --- modules/time | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/time diff --git a/modules/time b/modules/time new file mode 100644 index 0000000..6b5b4f2 --- /dev/null +++ b/modules/time @@ -0,0 +1,7 @@ +#!/bin/bash + +# Prints out the time + +PREFIX_ICON=' ' + +echo "$PREFIX_ICON$(date '+%H:%M')"