We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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..
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
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....
No branches or pull requests
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..
The text was updated successfully, but these errors were encountered: