question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Weather within Tmux statusbar.

See original GitHub issue

i tried to put weather within tmux statusbar with "$WEATHER ..." but when i do, my statusbar gets an extra line, the last text on my statisbar jump to one row (see attatchment). so so i tried with only #(curl wttr.in/Sollentuna?format=3) and thats the same thing… When i remove the Weather, everything gets back to normal.

is this something within the code (curl wttr.in/Sollentuna?format=3) that makes my Statusbar Jump one line? Because of all the stuff i have tried to add, the line never jumps except when i add the weather. error_tmux

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Dan1jelcommented, Mar 12, 2021

I think you can try to build it from source. It is trivial to build it. From the external dependencies, libevent is the only one it needs, if I remember it right.

Thanks for the tip, i didnt know that (still rather new to linux). But after i installed 3.1c, i can use the icon, works as it should and works great! Thanks for all the input and tips everyone gave me.

1reaction
chubincommented, Mar 3, 2021

I think you can try to build it from source. It is trivial to build it. From the external dependencies, libevent is the only one it needs, if I remember it right.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Display weather information in tmux status bar - GitHub
Tmux Weather ​​ Tmux plugin that displays weather forecast using wttr.in in the status bar. The plugin introduces a new #{forecast} format.
Read more >
Show moon and weather on your tmux status bar - Reddit
Hi, last few weeks I was managing my terminal working space. I knew there is few great weather plugin like xamut's tmux-weather. However,...
Read more >
Showing The Weather In Tmux
The weather script can now be called from your Tmux configuration. The first line sets the available length for the right-side of my...
Read more >
Adding the Weather to the tmux status bar - Armand Halbert
I decided to add a weather feature in my tmux status bar. I saw this could be done via powerline, and I initially...
Read more >
Adding quotes to tmux status bar - Medium
After reading Jezen Thomas' cool blog post about Showing Weather in Tmux, I tried it in my computer and loved the result after...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found