Look what I DID!

//echo -ag Taskbar starts from the top of the screen until the $taskbarstarts pixel.
Code:
alias taskbarstarts {
  window -Bdhk0 +dL @taskbarcalc $window(-1).w $window(-1).h 1 1
  window -o @taskbarcalc
  var %taskbarstarts = $calc($window(@taskbarcalc).y +1)
  window -c @taskbarcalc
  return %taskbarstarts 
}


Thanks Sephiroth_ smile