September, 2015
now browsing by month
A new version of Lightning Launcher is online, with the brand new “Floating Desktop” feature!
A new version of Lightning Launcher is online, with the brand new “Floating Desktop” feature! It remained a long time in beta, but it’s now available in the stable channel for everyone – version 12.6. Hooray!
A floating desktop is a desktop that can be displayed anywhere, anytime. Just swipe from an edge of your screen and the floating desktop will be displayed above any other app, always ready to launch apps or display widgets, just when you need it. And since this is a Lightning desktop, you can use pretty much the same features as found in a regular desktop: widgets, folders, panels, scripting and so on. Enjoy!
And you know what? To celebrate this event Lightning is on sale, 50% off for a limited time, spread the word!
Lightning is available on the Play Store:
https://play.google.com/store/apps/details?id=net.pierrox.lightning_launcher_extreme
Hello, I’m not good in scripting but i try and learn every day.
(sorry for my english, hope you will understand :-))
Also a big Thanks to the community.
Now here is a script. Maybe someone find it useful.
I have one desktop with an analog clock widget. I use WallpaperChanger and if i change the background the kontrast of th clock widget is low. I want to move the widget to another position by “longtap” the desktop.
The touch position will be calculated by the script and send to the “setPosition” of the object. The half of the objects hight and width must substracted to get the object center. In my case i add this manually because i don’t know ho to do this in a script.
After longtap on the desktop the clock moves to the tap position.
I know i could open the edit mode and move the widget, but for me is this script an more elegant solution.
Here is the script
(tipps for optimization are welcome)
var e = LL.getEvent();
var ey = e.getTouchY();
var ex = e.getTouchX();
LL.getCurrentDesktop().
getItemByName(‘clock’).
setPosition(ex -116, ey -108);
LL.getCurrentDesktop().
getItemByName(‘clock’).
setVisibility(true);
]]>Is there a way to hide the status bar on a floating desktop?
Hi, first sorry for my bad english.
And now in German ….
Ich möchte gerne in Lightning Launcher einen Button drücken und der Text dieses Button soll dann in eine Tasker Variable geschrieben werden, geht das?
THX
]]>Hi all.. small question…where I can get apps installer for LL?
I wanted to install at my new phone..
Thanks..
]]>Spreading the word!
Originally shared by Thomas Greer
I’ve said it before, and I’ll say it again, this is the best launcher for Android! I’ve tried almost all of them, and have yet to find one that even comes close. It’s like having Zooper, wrapped in Pop-up widget, wrapped in Tasker, wrapped in Themer, with a natural and intuitive editor. Tired of limitations? Tear down the walls! With scripting support, as well as a script repository, the options are literally endless. Tap into the core of your device with KLWP and Tasker integration. Instantly access your favorite apps and widgets in true multitasking style from anywhere with Floating Desktop. Best of all, all this and much more, NEATLY PACKED INSIDE A 795 kb APK!
]]>