tmux icon indicating copy to clipboard operation
tmux copied to clipboard

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

Open mrgreen3 opened this issue 2 years ago • 2 comments

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 avatar Sep 19 '22 09:09 mrgreen3

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"

mamantoha avatar Sep 19 '22 09:09 mamantoha

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....

mrgreen3 avatar Sep 19 '22 09:09 mrgreen3