Table of Contents

Using Variables

Integrating external variables enables Total Launcher to display real-time, dynamic data streams directly on a custom Android homescreen setup. By utilizing automation bridges from third-party applications such as Tasker(Google Play Store) or MacroDroid (Google Play Store), text objects within the Launcher can automatically reflect battery metrics, sensor readings, system events, or custom notifications without manual user interaction. Understanding the syntax requirements, specifically the conversion between automation variable formats and Total Launcher angle brackets, ensures reliable data transmission across interfaces. The setup workflow requires establishing the output task within the automation platform before assigning the target variable key to a text object on the canvas.

Tasker Variables

Variable notes:

  • When using variables within Total Launcher, a newline character (\n) works as a line break.
  • If using quotes in Total Launcher, text will not display unless the quotes are escaped by double quotes ('' n ) * In macroDroid, it appears 3 escape characters are required (\\\'')