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:
parent
cc6fa5a3f3
commit
68cb2e1c79
6 changed files with 89 additions and 1 deletions
|
@ -186,6 +186,8 @@ Modules and commandline utilities are only required for modules, the core itself
|
|||
* i3ipc (for the module 'title')
|
||||
* pacman-contrib (for module 'arch-update')
|
||||
* docker (for the module 'docker_ps')
|
||||
* pytz (for the module 'datetimetz')
|
||||
* localtz (for the module 'datetimetz')
|
||||
|
||||
# Required commandline utilities
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue