tmux-weather
tmux-weather copied to clipboard
Add hide-units and hide-positive-number-sign options
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 the+sign in front of positive temps (+19°C->19°C)
As a bonus I ran shellcheck on the existing codebase and implemented the recommendations.
I also noticed that the placeholder did not get replaced if placed in status-left,
b3fc8de addresses that.