Archives
now browsing by author
Is there some easy way to use a binding to make an item spin forever?
Circular Battery Indicator
Use this in a custom view:
Comment #1: Create script
Comment #2: Dummy Binding
You can also take this script as an inspiration to create circular progressbars for other things.
]]>Is there any particular trick to applying Media Control permission via the newly provided apk?
I’m on a Samsung S7 Edge; 6.0.1; no root
]]>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?
Pierre Hébert while profiling my new Metadata script I noticed that the GPU is almost permanently active while the…
It would be nice if we could tint or make greyscale widgets some apps have widgets that stand out a mile away eg.


V12.9b2
Edit: V12.9b3: with more fixes.
This second beta is on its way with a set of random bug fixes and minor improvements. I believe it should fix most crashes found in b1 and run reasonably stable.
Full ChangeLog: http://www.lightninglauncher.com/wordpress/change-log/
]]>Metadata script for any player. Requires android.permission.MEDIA_CONTENT_CONTROL !
Albumart works too, but is currently saved as an Image object in the global variable globalAA, because bindings can’t hold images.
This should work with any player on any device with Lollipop or higher.
]]>



D5 Creation