SolDoesTech / HyprV2

An improved hyprland deployment - collection of dot config files for hyprland with a simple install script for a fresh Arch linux with yay
362 stars 91 forks source link

Farhengeit to celsius #20

Open EnchantedGoldenApple opened 1 year ago

EnchantedGoldenApple commented 1 year ago

Can someone help me with changing Farenheits to Celsius in weather and cpu temperatures?

grimwaldr commented 1 year ago

Can someone help me with changing Farenheits to Celsius in weather and cpu temperatures?

Hi Buddy. I can tell you how to change the weather - go into your ~/.config/waybar/scripts and open waybar-wttr.py with your favourite text editor.

You'll notice that there's a bunch of parameters like FeelsLikeF, just change the F to C. There's a few instances like maxtemp and mintemp that will also need to be changed from F to C. Give it a thorough look, just try to catch all the ones you can.

Still working on finding how to CPU temps get changed. I tried editing the temps in the config.jsonc file, but no luck getting it to change yet.