defineStatusBarPos — Sets where you want your status bar via drag.
call setup.txt defineStatusBarPos
Roadkill
Sets where you want your status bar via drag.
;---- place next 3 lines in your config section ----------- set %statusBarPos menu ; can be 'menu' to choose location, or 'preset' ; to use the coords you preset next 2 below set %statusBarX 750 ;preset status bar position if not using 'menu' above set %statusBarY 0 ;preset status bar position if not using 'menu' above