aboutsummaryrefslogtreecommitdiff
path: root/modules/time
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-21 19:00:47 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-21 19:00:47 +0100
commita3733553dac7f11a309d7bce150d05621178dc94 (patch)
tree95fbf384619dd8f29cb1889cc6708a4a2d568dc8 /modules/time
parent6f13e151d97f6daeeb6a0c19fd6e929dd1b12aca (diff)
Added time module
Diffstat (limited to 'modules/time')
-rw-r--r--modules/time7
1 files changed, 7 insertions, 0 deletions
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')"