now browsing by category

 

I’m STARTING to actually find my way around in LL (no more groping around in pitch darkness LOL).

I’m STARTING to actually find my way around in LL (no more groping around in pitch darkness LOL).

Please confirm:

Folders, including sidebars, can be hidden (no icon on desktop), and opened via a gesture (eg: a dock to toggle, as in Nova).

A panel, on the other hand, can scroll, but cannot be hidden and set to a gesture toggle.

Am I on the right track here?

Sorry…total LL noob. 😮

]]>

Hi Pierre Hébert​

Hi Pierre Hébert​

The SMS script from Jay M​ is no more working on the last update

Was fine before

]]>

Help when I use this script Lightning Launcher get force stop.what to do?

Help when I use this script Lightning Launcher get force stop.what to do?

function myfunction()

{

var d = LL.getCurrentDesktop();

var b = d.getPositionX();

var x = b/2;

d.getItemByName(“Welcome”).setPosition(x,0);

setTimeout(myfunction(),100);

}

myfunction()

]]>

Is there any way to block ‘size-in’ and ‘size-out’ two-finger gesture on the main screen?

Is there any way to block ‘size-in’ and ‘size-out’ two-finger gesture on the main screen?

]]>

Any one can tell me in detail that how can I repeat(loop) a script rapidly.

Any one can tell me in detail that how can I repeat(loop) a script rapidly.

]]>

Is there a script where I can swipe from one place on the desktop to another?

Is there a script where I can swipe from one place on the desktop to another? Or a script which unlocks my screen and then swipe left or right? Clicking is much easier for me than to always swipe. Hehe. Thanks and God bless!

]]>

Is there some easy way to use a binding to make an item spin forever?

Is there some easy way to use a binding to make an item spin forever?

]]>

Is there any particular trick to applying Media Control permission via the newly provided apk?

Is there any particular trick to applying Media Control permission via the newly provided apk? I installed it but do not see the permission toggle on either itself or the Lightning Luncher app. I tried rebooting the phone as well as uninstalling and reinstalling the permission apk.

I’m on a Samsung S7 Edge; 6.0.1; no root

]]>

Help setInterval not working

Help setInterval not working

var play;

function myfunction()

{

var d = LL.getCurrentDesktop();

var b = d.getPositionX();

var x = b/2;

d.getItemByName(“Welcome”).setPosition(x,0);

}

setInterval(myfunction,10)

myfunction();

]]>

Hey, guys, does anyone know how to apply an iconpack to everything?

Hey, guys, does anyone know how to apply an iconpack to everything? I. E. Is there a script command I can use to apply an icon style which I can use to loop through all folders on the desktop and the AppDrawer to apply that style to everything?

]]>