Lightning Launcher Users: Discussion / Ask here

now browsing by category

 

Hi friends I am a new in ll I nothing no about ll scripts tell me about ll scripts in easy method give me some…

Hi friends I am a new in ll I nothing no about ll scripts tell me about ll scripts in easy method give me some examples of these

Two Simple Questions: (1) how to add binding between an item’s label’s existence and its box properties?

Two Simple Questions: (1) how to add binding between an item’s label’s existence and its box properties? My intention: if([Item_label]==null) return “bs:0”; else return “bs:10” What should I put as [item_label]? (2) Is it possible to click/long-click an item and immediately edit its label? Is there a shortcut or I need to write a script for it? Thanks.

Is there any way to style LLPreference items?

Is there any way to style LLPreference items?

I World like to change the Text color of a LLPreference checkbox or category by applying a color filter.

It just seems I dont have access as not all properties are inherited from the android equivalent super classes.

Many thanks for any hint.

Is this a common problem/bug?

Is this a common problem/bug?

I’m creating a shortcut and toggling the icon via script, it is reflected in the settings, but not on the launcher.

It also happens with the label font size, but it changes after running the script twice, the icon stays there until I restart the phone or restart LL.

Hi … I m getting this while creating a shortcut … Using 1+5 Mobile with OS OXYGEN 5.0.1 with Lightning Launcher.

Hi … I m getting this while creating a shortcut … Using 1+5 Mobile with OS OXYGEN 5.0.1 with Lightning Launcher.

Earlier this was okay .. recently noticed … How to resolve the issue …

Can anyone please show me how to set ll variables from my own app (not tasker). Is there any intent?

Can anyone please show me how to set ll variables from my own app (not tasker). Is there any intent?

I have another question. How can I change the animation played when I change between screens in the same desktop?

I have another question. How can I change the animation played when I change between screens in the same desktop?

Is it possible to run multiple scripts as functions from one “main” script?

Is it possible to run multiple scripts as functions from one “main” script?

something like,

var returnedData1 = LL.runScript(“my first script”, “data”);

var returnedData2 = LL.runScript(“my other script”, “data”);

I know that it’s, at least, somewhat possible applying self to the function script, which I don’t know how exactly it works but it works, however, when I tried to apply it to multiple scripts as functions, it wasn’t that reliable and LL usually throw me an error of not having one of the functions, which was on a second script called/initialized the same way.

If what’s wrong with the self method could be explained, that would be even better than my first simple suggestion, because, to my knowledge, using the self behaves more like a class, so multiple functions can be added in one script vs having one function per script.

How can I hide a folder(sidebar) icon so it will only be opened by gesture?

How can I hide a folder(sidebar) icon so it will only be opened by gesture?

Hi all. New to this community, although I’ve used the awsome launcher that is LL for about half a year.

Hi all. New to this community, although I’ve used the awsome launcher that is LL for about half a year.

I need to assign an “if” condition to an event I’ve assigned to an icon. More specifically I want to set long press to open a folder in which I’ve added a Notifications’ Widget (my “makeshift” notification dot) ONLY if an unread notification exists for said app.

I’ve set up LL variables linked to Tasker variables that count notifications and successfully bound (using bindings) the multi tool unread badges’ visibility with a >0 statement for the LL variable that is linked to the Tasker notification count variable.

My question is how to link the same statement with the visibility (or rather the executability) of the long press to open folder action. I want the long press to open the folder if the unread badge is visible (which is the case of the notification count is >0) and do nothing if the unread badge is invisible (and notification count is 0).

Is there a script I could set up to do this?

I’d appreciate any member’s valuable ideas on this…

Apologies if this has been answered somewhere already, but I haven’t seen any such post in the search I’ve done.