tmux
tmux copied to clipboard
Enhancement: Possible way to edit time and date...
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..
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"
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....