Assistant UI designed to be friendly and functional as much as we can. So we just add some buttons for functionality and added some custominization API’s.

Styling

remote.set_background_color

You can give bacground color as r, g, b format.

remote.set_background_color(255, 0, 255)

remote.set_opacity

You able to change bacground opacity of your GCA or “X Intelligence” as well. The maxiumum value is 255. It means opaque.

remote.set_opacity(150)

remote.set_border_radius

Assistant border radius has also an API to control it. The value is based od px. The default border radius value is 10.

remote.set_border_radius(5)

Assistant Apperance Modes

Collapsing

Collapsed
remote.collapse()
Expand
remote.expand()

Long GCA

Collapsed
remote.activate_long_gca()
Expand
remote.deactivate_long_gca()