tmux-weather icon indicating copy to clipboard operation
tmux-weather copied to clipboard

🌤 Weather plugin for tmux

Results 7 tmux-weather issues
Sort by recently updated
recently updated
newest added

For some reason I get: ``` set-option -g @tmux-weather-location "Tomsk" set -g status-right '#{cpu_bg_color} CPU: #{cpu_icon} #{cpu_percentage} | #{network_bandwidth} | %a %h-%d %H:%M ' ```

The weather occasionally stops being displayed because the previous value is empty but the next update time has not yet arrived. Therefore, if the weather value is empty, update immediately.

Your plugin worked fine and suddenly I get a "Unknown location; please try" messages instead. It is odd since a `curl` provides me with the right answer. See screenshot. ![screenshot](https://user-images.githubusercontent.com/3079575/83605796-71a85980-a570-11ea-9e57-ce656bceda87.png)...

Moien, I want to customize the output format a little bit further. This PR introduces 2 new config options: - `@tmux-weather-hide-units`: Hides the units (`+19°C` -> `+19`) - `@tmux-weather-hide-positive-number-sign`: Hides...

hello! great plugin, I'm loving it so far! One thing that keeps bothering me is when it's night but the icon keeps showing the sun. I think it's because it...

I've edited the `../plugins/tmux-weather/scripts/weather.sh` and gave the weather plugin a fixed string: `$(set_tmux_option "@weather-previous-value" "☁️ wtf")` ![weather2](https://github.com/catppuccin/tmux/assets/56853194/ba0ced22-2345-400c-b6d6-16000dd028b9) The black block appears. Other icon works: ![weather2](https://github.com/catppuccin/tmux/assets/56853194/d7c9f451-cfa9-4ec5-867c-fa4f9f24a4f9)