Add datetimetz module for timezone information in date display

Allow multiple comma seperated timezones

Handle click to cycle through configured timezones
Example:
```
bumblebee-status -m datetimetz -p \
datetimetz.timezone=\
"Australia/Sydney,Pacific/Auckland,America/Los_Angeles"
```
Added dependencies to travis config
This commit is contained in:
Frank Zhao 2019-06-04 13:48:36 +10:00
parent cc6fa5a3f3
commit 68cb2e1c79
No known key found for this signature in database
GPG key ID: 7A1FE4A2F3B81903
6 changed files with 89 additions and 1 deletions

View file

@ -6,6 +6,9 @@
"date": { "prefix": "" },
"time": { "prefix": "" },
"datetime": { "prefix": "" },
"datetz": { "prefix": "" },
"timetz": { "prefix": "" },
"datetimetz": { "prefix": "" },
"memory": { "prefix": "" },
"cpu": { "prefix": "" },
"disk": { "prefix": "" },