webOS Nation Forums > webOS apps and software > webOS development > Make Launcher Background Transparent
1 2 3 4 5 6 
Member: mardbrown
at: 01:51 PM 07/01/2009
Does any one know how to make the Launcher background completely transparent so that the icons pop up over the the wallpaper. I think it would look nicer then that smoked out gray with the slight transparency.
Reply
Member: mleet1223
at: 08:26 PM 07/10/2009
bump
Reply
Member: lordelfkin
at: 08:57 PM 07/10/2009
i would like to see this aswell. i was hoping the launcher was listed in the applications section but no go there... i wonder if its built into the luna sysmgr?


/usr/lib/luna/system/luna-applauncher#

ok i looked that the launcher.css and scrim.png apears to be the grey overlay we are getting. i removed the line referencing that file and refreshed my launcher... nothing, renamed the file... refreshed launcher... nothing.

Rebooting....


ok with a reboot i have a clear launcher however there is a small gray transparency at the bottom... going to try and remove that then will post an update
Reply
Member: knightflores
at: 08:59 PM 07/10/2009
yes it is built into luna sysmgr which is also why you cannot remove the launcher icon
Reply
Member: lordelfkin
at: 09:39 PM 07/10/2009
[CODE]
cd /usr/lib/luna/system/luna-applauncher/stylesheets
vi launcher.css

comment out the following background lines by adding /* to the beginning and */ to the end of the line

Under .root {

background: url(../images/scrim.png)

Under .launcher_fade_bottom {

background: url(../images/launcher-page-fade-bottom.png)

Under .launcher_fade_top {

background: url(../images/launcher-page-fade-top.png)

[/CODE]

save and reboot
Reply
Member: lordelfkin
at: 09:40 PM 07/10/2009
and great idea BTW... looks sooo much better
Reply
Member: SirataXero
at: 09:57 PM 07/10/2009
Wow!

AWESOME!

I LOVE the way it looks!

Personally, I would've preferred a MUCH lighter transparency... but this is pretty cool too...

maybe someone can make an app that has a slider so you can pick the level, and each level that you pick, links the to a different function in launcher.css?

Hmmmmmmmmm...

If only I was good at coding... : /

I can make the app easily... I just can't get it to link up to launcher.css...

anyone wanna help me do that?
Reply
Member: lordelfkin
at: 10:02 PM 07/10/2009
all you have to do is replace the png files with moded versions with a lighter transparency.

you could even change the colors... i may play with them :/
Reply
Member: kpaulhus
at: 10:10 PM 07/10/2009
how do I access the luna sysmgr?

I am like a sponge right now learning all these cool tricks.
Reply
Member: SirataXero
at: 10:15 PM 07/10/2009
Originally Posted by lordelfkin:
all you have to do is replace the png files with moded versions with a lighter transparency.

you could even change the colors... i may play with them :/
Yeah you can replace the png files, but if you have an app that will do this dynamically, I think having a pile of png files and just switching with function is called would be easiest... just imho...

*shrug*
Reply
Member: lordelfkin
at: 10:31 PM 07/10/2009
well yes... i agree, but in the meantime
Reply
Member: websterguy
at: 11:48 PM 07/10/2009
Doesn't the Pre support CSS3? If so, you can use background-color RGBA, so instead of a background image, you use the tag background-color: rgba(0,0,0,X) where X is the opacity (1, .75, .5, .25, 0) etc. Easier to dynamically change, and has the added benefit of the color being changeable. So you could make a semi-transparent blue background or whatever. That's, of course, assuming the Pre supports it...
Reply
Member: websterguy
at: 11:50 PM 07/10/2009
Also... is it possible for apps to change things in the luna sysmgr?
Reply
Member: edbtzy
at: 02:19 AM 07/11/2009
is there a thread that can help me understand all thats going on. Im not computer illiterate, i just need something to start from...any help guys?
Reply
Member: hmagoo
at: 02:30 AM 07/11/2009
cool, anyone want to share a screenshot?
Reply
Member: roor
at: 02:44 AM 07/11/2009
i would like to be able to do this w/o rooting my phone ; ;
Reply
Member: dhMassacre
at: 02:46 AM 07/11/2009
just did it...

tbh i think its fugly and i immediately changed it back but whatever you guys like..
Reply
Member: SirataXero
at: 04:44 AM 07/11/2009
yeah I changed it back too... it's too... weird... I dunno... I prefer the original one... although... as I stated earlier, i'd like the transparency to be selectable. That would be nice. We'll see if that ever gets done.

It looks nice but... I like the original way better.
Reply
Member: lordelfkin
at: 02:56 PM 07/11/2009
Screenshot
Attached: Unknown_2009-11-07_145455.png (310.0 KB) 
Reply
Member: frankos72
at: 12:50 AM 07/12/2009
I made the original images a blue tint and I think it's pretty cool. Here they are for anyone interested.
Attached: deviceinfo_2009-11-07_234618.jpg (56.7 KB) scrim.png (94.1 KB) launcher-page-fade-bottom.png (8.7 KB) launcher-page-fade-top.png (9.2 KB) 
Reply
1 2 3 4 5 6 
webOS Nation Forums > webOS apps and software > webOS development > Make Launcher Background Transparent