Open EnchantedGoldenApple opened 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.
Can someone help me with changing Farenheits to Celsius in weather and cpu temperatures?