Added time module

This commit is contained in:
Manuel Palenzuela 2019-10-21 19:00:47 +01:00
parent 6f13e151d9
commit a3733553da

7
modules/time Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
# Prints out the time
PREFIX_ICON=' '
echo "$PREFIX_ICON$(date '+%H:%M')"