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

Fix Waybar temperature (incorrect value of 32°F) #24

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bill-chamal
Copy link

This pull request fixes the Waybar temperature display to show the current CPU temperature. Previously, the temperature was stuck at an incorrect value of 32°F and wasn't updating.

To achieve this fix, I referred to the Waybar temperature module documentation: man page for waybar-temperature.

While the previous display might have been in Fahrenheit, I changed it to Celsius.

FORMAT REPLACEMENTS

  • {temperatureC}: Temperature in Celsius.
  • {temperatureF}: Temperature in Fahrenheit.
  • {temperatureK}: Temperature in Kelvin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant