Index Key Link
action Click to view
add Click to view
affiliation Click to view
align Click to view
alignment Click to view
alpha Click to view
analog clock Click to view
animated image Click to view
app drawer Click to view
app group Click to view
application Click to view
audio Click to view
background Click to view
backup Click to view
beginner Click to view
behavior Click to view
blur Click to view
calendar Click to view
card Click to view
checklist Click to view
circle indicator Click to view
clean slate Click to view
clock Click to view
code block Click to view
code of conduct Click to view
color picker Click to view
communities Click to view
compass Click to view
compatibility Click to view
complementary color Click to view
conceptual learning Click to view
configure Click to view
contact Click to view
contrast Click to view
contribute Click to view
date Click to view
date / time Click to view
default launcher Click to view
delete Click to view
desktop Click to view
developer Click to view
discussion guideline Click to view
distribution Click to view
drawer Click to view
drawer handle Click to view
dual-screen Click to view
dynamic color Click to view
dynamic image Click to view
dynamic text Click to view
edit Click to view
editing Click to view
edit mode Click to view
export Click to view
feature Click to view
file naming Click to view
flip-style Click to view
foldable Click to view
folder Click to view
font Click to view
full screen Click to view
gaussian Click to view
gesture Click to view
getting started Click to view
gradient Click to view
group Click to view
heading Click to view
help Click to view
hide Click to view
html Click to view
hue Click to view
icon Click to view
import Click to view
install Click to view
installation Click to view
instructable Click to view
intellectual property Click to view
issue Click to view
key Click to view
keys & gestures Click to view
label Click to view
landscape mode Click to view
launcher action Click to view
layout Click to view
liability Click to view
lifetime purchase Click to view
light source Click to view
link Click to view
list Click to view
luminance Click to view
macro Click to view
macrodroid Click to view
margin Click to view
mask Click to view
media controller Click to view
mobile Click to view
month/year/day Click to view
move Click to view
multi-screen Click to view
namespace Click to view
navigation Click to view
object Click to view
object design menu Click to view
official Click to view
official blog Click to view
offset Click to view
option Click to view
ordinal Click to view
page Click to view
page indicator Click to view
paste Click to view
performance Click to view
permission Click to view
pin Click to view
png Click to view
quoting Click to view
radius Click to view
registration Click to view
reminder Click to view
remove Click to view
resource Click to view
rotate Click to view
rss Click to view
save Click to view
scroll Click to view
search Click to view
select Click to view
shadow Click to view
shape Click to view
share Click to view
sidebar Click to view
slider Click to view
sliding drawer Click to view
spacing Click to view
stretch Click to view
syntax Click to view
system setting Click to view
system ui Click to view
table Click to view
table of content Click to view
tasker Click to view
taxonomy Click to view
temperature Click to view
termination Click to view
terms of use Click to view
text Click to view
theme Click to view
toby Click to view
trademark Click to view
transform Click to view
transparency Click to view
transparent Click to view
troubleshooting Click to view
typeface Click to view
ui Click to view
user conduct Click to view
user interface demo Click to view
variable Click to view
wallpaper Click to view
warranties Click to view
weather Click to view
webp Click to view
website Click to view
welcome Click to view
widget Click to view
wiki Click to view
wiki editing Click to view
window Click to view

Master Total Launcher: Native Sequences for Advanced Android Customization

Total Launcher is a highly capable platform for advanced Android customization, enabling seamless automation of any custom setup and homescreen layout without external plugins. Utilizing native sequences provides a significant structural benefit by streamlining routine device operations, optimizing layout design, and drastically reducing manual screen interactions. By linking distinct actions with precise millisecond waits, these advanced features transform static digital displays into deeply dynamic, context-aware interfaces. To configure these automated workflows, first open the primary editor menu to create a new macro, starting with the listening mode setup outlined in the first section below.

Overview

This page lists Total Launcher sequences that use only native Launcher Actions (no Tasker or external intents). Each example includes a sequence name, purpose, exact step list with suggested waits (ms), a recommended trigger, and short notes about limitations and fallbacks.


Listen — Quick

  • Name: Play_Music
  • Purpose: Enable Bluetooth, open music player, set media volume, and provide an in‑launcher confirmation using only native Launcher.
  1. Action: Toggle Bluetooth → ON
  2. Wait: 300
  3. Action: Launch App → Music player
  4. Wait: 300
  5. Action: Set Media Volume60%
  6. Wait: 150
  7. Action: Change Wallpaper → (temporary “listening” wallpaper)
  8. Wait: 100
  9. Action: Go To Home Page (optional, if you want the home screen returned)
  10. Wait: 100
  • Trigger: Assign to a home icon tap or a gesture (tap / long‑press).

Total Launcher cannot natively guarantee connection to a specific Bluetooth device; this sequence enables Bluetooth and opens the player. For automatic device connect/disconnect handling, use Tasker/MacroDroid.


Drive Prep

  • Name: Drive_Prep
  • Purpose: Minimize interruptions and open navigation quickly.
  1. Action: Do Not Disturb → ON
  2. Wait: 150 ms
  3. Action: Auto Rotate → ON
  4. Wait: 150 ms
  5. Action: Show Status Bar → ON (or Show Navigation Bar → ON)
  6. Wait: 200 ms
  7. Action: Launch App → Maps/navigation OR Open URL → navigation intent
  • Trigger: Swipe gesture or dedicated home icon.

For automatic car detection and Bluetooth handoff, use Tasker; this sequence prepares the UI.


Bedtime Reader

  • Name: Bedtime_Reader
  • Purpose: Reduce brightness and audio, then open a reading app.
  1. Action: Set Brightness to x%
    • This is a pre-set level
  2. Wait:150 ms
  3. Action: Auto Brightness → OFF (if available)
  4. Wait: 150 ms
  5. Action: Set Media Volume to 0
  6. Wait: 200 ms
  7. Action: Launch App → E‑reader
  8. Wait: 300 ms
  9. Action: Lock Screen (optional)
  • Trigger: Tap icon or bedtime swipe.

A longer wait (e.g., 1000 ms) may be needed before Lock Screen to allow the reader to open fully first.


Home Cleanup

  • Name: Home_Clean
  • Purpose: Restore a tidy home layout and minimal UI chrome, such as before handing the device to someone else.
  1. Action: Close all windows and folders
  2. Wait: 150 ms
  3. Action: Go To Home Page
  4. Wait: 150 ms
  5. Action: Change Wallpaper to a minimal image (optional)
  6. Wait: 200 ms
  7. Action: Show Status Bar → ON; Show Navigation Bar → ON
  • Trigger: Long-press on an empty area or a single reset icon.

Work Suite Launcher

  • Name: Work_Open_Suite
  • Purpose: Open a set of work apps and a specific window layout.
  1. Action: Open Window → Work Folder
  2. Wait: 250 ms
  3. Action: Launch Email
  4. Wait: 300 ms
  5. Action: Launch Calendar
  6. Wait: 300 ms
  7. Action: Open [L/R/T/B] Drawer → access quick links
  • Trigger: Two‑finger swipe or dock icon.

To attempt parallel launches, launch apps consecutively with no wait and test. Some devices still serialize heavy app starts and balk at this.


Testing, Naming, and Best Practices

  1. Waits: Start with 200–300 ms for UI steps; use 500–1000 ms for app launches.
  2. Naming: Use a context prefix: `Drive_`, `Bedtime_`, `Work_`.
  3. Modularity: Build small sequences (e.g., `Bluetooth_On`, `Music-Launch`, `Cleanup`) for easy reuse.
  4. Keep sequences short: If a flow becomes long or fragile, split it into modular sequences and chain them.

What Using Tasker or MacroDroid Can Add

  • Capabilities beyond native TL sequences:
    • Reliable Bluetooth device connect/disconnect and event‑based cleanup.
  • Car detection and CarPlay/Android Auto handoff triggers.
  • Timers with completion actions (play sound, vibrate, run TL sequence).
  • Smart‑home API calls and assistant routines via webhooks or plugins.
  • Conditional logic and error handling (if/else, retries, variable checks).
  • Background monitoring (trigger TL sequences on system events like headphone connect).
  • How to combine:
  1. Use Total Launcher sequences for UI/layout changes and quick app launches.
  2. Invoke Tasker/MacroDroid tasks from TL sequences via intents or plugin calls when system‑level control is needed.
  3. Keep TL sequences modular so Tasker can trigger or be triggered by them.

Community contribution invitation

If you have native Total Launcher sequences you rely on, please share them here for inclusion. Provide:

  1. Sequence name
  2. Step list with waits (ms)
  3. Trigger

uiTLM wiki will format shared sequences into copy‑ready TL editor entries and assemble a community examples appendix.

Discussion

Enter your comment. Wiki syntax is allowed:
Please solve the following equation to prove you're human. 233 -14​ =