bdwmb/doc/MODULE_TIME.md
Ari Archer df4a3c1dc7
update @ Sat 19 Mar 17:14:52 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-19 17:14:52 +02:00

18 lines
333 B
Markdown

# Module - time
This module shows your datetime in a specified format.
```
NAME: time
DEPENDENCIES: None
TYPE: Shellscript
```
## Setup
add the `time` module to your modules list and then define the `TIME_FORMAT` variable, this will get passed to `date` as the format argument.
For example:
```bash
export TIME_FORMAT='+%Y'
```