Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Weather unit keeps resetting to Farenheit #181

Closed
jjant opened this issue Dec 13, 2022 · 1 comment · Fixed by #203
Closed

Bug: Weather unit keeps resetting to Farenheit #181

jjant opened this issue Dec 13, 2022 · 1 comment · Fixed by #203
Labels
bug Something isn't working

Comments

@jjant
Copy link

jjant commented Dec 13, 2022

Describe the bug

My tmux config has the following relevant things for dracula/tmux:

set -g @plugin 'dracula/tmux'

set -g @dracula-show-powerline true
set -g @dracula-show-fahrenheit false

When I reload (re-source) the tmux config, the temperature uses the correct Celsius unit, however after a while (maybe when it refetches the weather? Not sure), the unit resets to F.

To Reproduce

  1. Copy my config to your tmux.conf
  2. Wait for a while (again, not totally sure what causes it)
  3. Your temperature is in Fahrenheit again

System

  • OS: macOS 12.6.1
  • Tmux Version: tmux 3.3a
@jjant jjant added the bug Something isn't working label Dec 13, 2022
@danriedl
Copy link
Contributor

Having the same issue. Even the fixed location resets to the IP location with this refresh.

set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "git cpu-usage ram-usage weather time battery"
set -g @dracula-show-fahrenheit false
set -g @dracula-fixed-location "Buchhofen"
set -g @dracula-show-powerline true
set -g @dracula-military-time true
set -g @dracula-day-month true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants