How do I change the temperature guage/bar?
How to scale the bar: currently the only way is to edit the skin.ini file. It’s in the Weather1/skins/default folder. Here’s what to do: • Copy the folder Weather1/skins/default into another folder and call it whatever you want to, maybe “mydefault”, so the path might look like this: Weather1/skins/mydefault • Double-click on the skin.ini file in your “mydefault” folder. In there, you will see these lines: TempGauge_locx=321 TempGauge_locy=50 TempGauge_width=10 TempGauge_height=294 TempGauge_type=dash Each number is a measurement based on screen pixels. The locx is the left-to-right position you want it placed in the main window. The locy is the top-to-bottom position you want it placed. The width is the width of the bar. The height is the height of the bar. The type is the type of bar you want. Either dash or solid. Change these however you like. Then save the file. • Go to Weather1 and click on the Options menu, then click Skins, then click on “Load a Skin” and load the skin.ini file