Created modules folder and added date module

This commit is contained in:
Manuel Palenzuela 2019-10-21 18:51:19 +01:00
parent e07390e981
commit 6f13e151d9

8
modules/date Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
# Prints out the date
PREFIX_ICON=''
echo "$PREFIX_ICON $(date '+%d-%m-%y (%a)')"