April, 2016
now browsing by month
So Im using the the latest version of Lightning Launcher, and I’ve always had this problem with Samsung: when using…
So Im using the the latest version of Lightning Launcher, and I’ve always had this problem with Samsung: when using third party icon packs with Lightning, half of my icons on my screens have square borders around the icons, which really is annoying and just ugly. Any ideas?!?
/So I deleted my other script and changed some stuff to create this one which gives you more control.
/So I deleted my other script and changed some stuff to create this one which gives you more control. You now have 3 options what to do with the bars. See Screenshot./
//System bar color changer
var defaultColor = 0xffff5722; // LL Orange
var desktop = LL.getCurrentDesktop();
var property = desktop.getProperties();
var editor = property.edit();
var choice = prompt(“1 = Use same color for both bars\n2 = Use different colors for each bar\n3 = Use Lightning Launchers Orange”, “”);
if (choice == 3)
{
editor.setInteger(“statusBarColor”, 0xffff5722);
editor.setInteger(“navigationBarColor”, 0xffff5722);
editor.commit();
Android.makeNewToast(“Excellent choice!”, true).show();
}
if (choice == null)
{
//Android.makeNewToast(“null selected”, true).show();
}
else if ((choice != 1) && (choice != 2) && (choice != 3))
{
Android.makeNewToast(“Use only 1 2 or 3”, true).show();
}
else if (choice == 1)
{
//Android.makeNewToast(“1 selected”, true).show();
var barsColor = LL.pickColor(“Statusbar and Navbar Color”, defaultColor, true);
if (barsColor != null)
{
editor.setInteger(“statusBarColor”, barsColor);
editor.setInteger(“navigationBarColor”, barsColor);
editor.commit();
}
}
else if (choice == 2)
{
Android.makeNewToast(“Statusbar color”, true).show();
var statusColor = LL.pickColor(“Statusbar Color”, defaultColor, true);
if (statusColor != null)
{
Android.makeNewToast(“Navbar color”, true).show();
editor.setInteger(“statusBarColor”, statusColor);
editor.commit();
var navbarColor = LL.pickColor(“Navbarbar Color”, defaultColor, true);
if (navbarColor != null)
{
editor.setInteger(“navigationBarColor”, navbarColor);
editor.commit();
}
}
}
]]>Hallo, heb steeds dat mijn Google start pagina wordt ingesteld, terwijl hij niet de standaard startpagina is.
Hallo, heb steeds dat mijn Google start pagina wordt ingesteld, terwijl hij niet de standaard startpagina is. Waar kan dat aan liggen?
When clicking a Tasker shortcut on the LL home desktop, sometimes LL causes last used app to be displayed instead of…
Is there a script anywhere to automatically hide an app drawer shortcut once it has been added to a folder?
Is there a script anywhere to automatically hide an app drawer shortcut once it has been added to a folder? for example, if I make a folder on a desktop called “Social” and add Twitter, Facebook, and Instagram to it, they should automatically be hidden afterwards in the App Drawer. The method of adding would be to open the folder, longpress and add app, then longpress Twitter to go to multiple-selection mode and select the other two.
I hope my deliberately stupid comment has been of some use.
Is there somewhere a light version, I don´t know anything more.
I can no longer follow.
This launcher is no longer usable for the normal user, the old version was better. Too bad.
]]>How can I add multiple apps to a folder at a time?
How can I add multiple apps to a folder at a time?