# --------------------- # Exitbutton cordinates # --------------------- exit_x1=265 exit_y1=4 exit_x2=271 exit_y2=10 # ----------------------- # Configbutton cordinates # ----------------------- config_x1=6 config_y1=4 config_x2=14 config_y2=10 # ----------- # Left needle # ----------- left_radius=55 left_xstart=70 left_ystart=90 # ------------ # Right Needle # ------------ right_radius=55 right_xstart=204 right_ystart=90 # ------------------- # Titlebar properties # ------------------- titlebar_height=11 # ------------------------ # Global needle properties # ------------------------ needle_min_angle=45 needle_max_angle=125 needle_width=2 needle_color=0xc0c0c0 # ------------------------ # Global image properties # ------------------------ titlebar_on_img=titlebar_selected.png titlebar_off_img=titlebar_notselected.png background_img=background.png