SolDoesTech / HyprV4

452 stars 133 forks source link

How to change the temperature on waybar to degree Celsius? #81

Open devolskii opened 5 months ago

devolskii commented 5 months ago

By default it shows in Fahrenheit.

Chaganti-Reddy commented 5 months ago

It's already mentioned, head over to ~/.config/HyprV/hyprv.conf and there you will see a line SET_MESU="I", which indicates Imperial. To change the units to metric change the I to M.

SET_MESU="M"

devolskii commented 4 months ago

I did SET_MESU="M", still no difference. I changed the theme, now it reflects Celsius temperature.

Chaganti-Reddy commented 4 months ago

Well, finally is it working or not??

devolskii commented 4 months ago

It's working.

Fitski commented 3 months ago

Hi!

So I stumbled upon this problem too, I changed it to:

#Set measuring system: M=metric I=imperial
SET_MESU="M"

And rebooted, but it did not change anything unfortunately. @devolskii you were saying something about changing the theme. how can I do that?

Thanks in advance!

devolskii commented 3 months ago

Hi!

So I stumbled upon this problem too, I changed it to:

#Set measuring system: M=metric I=imperial
SET_MESU="M"

And rebooted, but it did not change anything unfortunately. @devolskii you were saying something about changing the theme. how can I do that?

Thanks in advance!

On the waybar, right corner, there is a button to toggle between the various themes. Just change the theme to light/dark or switch the themes and it reflects the Celsius temperature.

Fitski commented 3 months ago

On the waybar, right corner, there is a button to toggle between the various themes. Just change the theme to light/dark or switch the themes and it reflects the Celsius temperature.

It was that simple :D thanks, it works fine now.