diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 19:00:47 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 19:00:47 +0100 |
commit | a3733553dac7f11a309d7bce150d05621178dc94 (patch) | |
tree | 95fbf384619dd8f29cb1889cc6708a4a2d568dc8 /modules/time | |
parent | 6f13e151d97f6daeeb6a0c19fd6e929dd1b12aca (diff) |
Added time module
Diffstat (limited to 'modules/time')
-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')" |