diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 18:51:19 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 18:51:19 +0100 |
commit | 6f13e151d97f6daeeb6a0c19fd6e929dd1b12aca (patch) | |
tree | 133aa6d144b828748279c37008e7643dd0e6fb35 /modules/date | |
parent | e07390e981e7dfc9ff5fa068d8cc4078b70790f0 (diff) |
Created modules folder and added date module
Diffstat (limited to 'modules/date')
-rw-r--r-- | modules/date | 8 |
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)')" + |