Giter VIP home page Giter VIP logo

Comments (10)

himanshu007-creator avatar himanshu007-creator commented on August 17, 2024 1

i will try my best to work on it :-)

from .dotfiles.

santosh avatar santosh commented on August 17, 2024 1

I had to force reload the config. I was trying to exit tmux and start again to load the config which didn't work.

@himanshu007-creator You can go ahead and raise the PR.

from .dotfiles.

himanshu007-creator avatar himanshu007-creator commented on August 17, 2024

i would like to work . Please guide me further

from .dotfiles.

santosh avatar santosh commented on August 17, 2024

@himanshu007-creator If you happen to use tmux, I maintain a config file at https://github.com/santosh/.dotfiles/blob/master/.tmux.conf.

Right now, at the low right, the time shown is in local time (configured while installing OS). This used to work fine in my local install.

image

But nowadays most of the time in tmux is in the cloud. I could configure my cloud instance to use IST, but that's not best practice and would lead to confusion.

For this task you could research on tmux status bar customization. And for the getting the text to the statusbar, I hope you could use some Bash or Python script.

Hint: If you are using date command to fetch time in IST, you can do TZ=Asia/Kolkata date.

Let me know how it goes.

from .dotfiles.

himanshu007-creator avatar himanshu007-creator commented on August 17, 2024

set -g status-right '#(TZ="Asia/Kolkata" date +%%H:%%M:%%S)'
this piece of code will do the trick. I need to paste it Here right?

from .dotfiles.

santosh avatar santosh commented on August 17, 2024

Yes, you are correct about the file.

Also, make sure that I want both times. Separate them by |. Post a screenshot in the PR so I can see.

Edit: Please note that if I use this config in my local installation (configured at installation as IST), it should show the same time in both. The key point to note is the first time shown will be systems local. The second one will be dynamic. I hope you understand. Let me know if there is any concern.

from .dotfiles.

himanshu007-creator avatar himanshu007-creator commented on August 17, 2024

Yes, you are correct about the file.

Also, make sure that I want both times. Separate them by |. Post a screenshot in the PR so I can see.

Edit: Please note that if I use this config in my local installation (configured at installation as IST), it should show the same time in both. The key point to note is the first time shown will be systems local. The second one will be dynamic. I hope you understand. Let me know if there is any concern.

I am clear about your requirement but I am unable to figure it our. What exactly do I need to do now.
What I think is that, I can display one time as costom Time and second time in custom text field.
I would like if you can help me out here.

from .dotfiles.

santosh avatar santosh commented on August 17, 2024

Well, this is weird.

These commands work fine in bash.

ec2-user at ip-172-31-45-160 in ~ $ date +%H:%M:%S                                                 
11:58:47
ec2-user at ip-172-31-45-160 in ~ $ TZ=Asia/Kolkata date +%H:%M:%S                                 
17:29:05

But this config:

set -g status-right '#(date +%%H:%%M:%%S) | #(TZ="Asia/Kolkata" date +%%H:%%M:%%S)'

Renders the same time:

image

Is your output any different @himanshu007-creator?

from .dotfiles.

himanshu007-creator avatar himanshu007-creator commented on August 17, 2024

set -g status-right '#(TZ="Asia/Kolkata" date +%%H:%%M:%%S)'
this piece of code will do the trick. I need to paste it Here right?

With this additional line only right?

from .dotfiles.

santosh avatar santosh commented on August 17, 2024

While I was researching on the issue, I found this simple theme.

set -g status-bg black
set -g status-fg white
set -g window-status-current-bg white
set -g window-status-current-fg black
set -g window-status-current-attr bold

For the content of the status bar, here are the left and right status bar.

set -g status-left-length 30
set -g status-left '#[fg=green](#S) #(whoami)'
set -g status-right-length 40
set -g status-right "#[fg=white]#S #I:#P #[fg=yellow]:: [%d %b |#[fg=cyan] #(TZ=UTC date -u +%%H:%%M) UTC | #(TZ=Asia/Kolkata date +%%H:%%M) IST]"

For now, you can put the above configs and go ahead.

from .dotfiles.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.