aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/date8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/date b/modules/date
new file mode 100644
index 0000000..87326f7
--- /dev/null
+++ b/modules/date
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Prints out the date
+
+PREFIX_ICON=''
+
+echo "$PREFIX_ICON $(date '+%d-%m-%y (%a)')"
+