Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Possible way to edit time and date... #171

Open
mrgreen3 opened this issue Sep 19, 2022 · 2 comments
Open

Enhancement: Possible way to edit time and date... #171

mrgreen3 opened this issue Sep 19, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@mrgreen3
Copy link

Basically I need to know where I can edit time and date...

Currently have Day (short hand) Date day/month then time with am/pm. Wish to change it to just show date and Hours and Minutes.

Did look through code but cannot see plugin for time..

@mrgreen3 mrgreen3 added the enhancement New feature or request label Sep 19, 2022
@mamantoha
Copy link
Contributor

It's not possible to specify the date format.

https://github.com/dracula/tmux/blob/master/scripts/dracula.sh#L182-L193

I would like to have the ability to specify the format manually. For example "%I:%M:%S"

@mrgreen3
Copy link
Author

mrgreen3 commented Sep 19, 2022

Ahh can see it now.... changed line 189 to:

script="%d/%m %I:%M${timezone}"

As I do not use timezone I could remove that too....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants