Weather within Tmux statusbar.
See original GitHub issuei 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.