diff options
-rw-r--r-- | modules/time | 7 |
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')" |