HOME | DD

0rAX0 — eOS theme gets even better with this panel trick.
Published: 2012-02-03 14:10:58 +0000 UTC; Views: 4881; Favourites: 2; Downloads: 0
Redirect to original
Description body div#devskin0 hr { }

Hi,

First, I want to say thank you to the people who've 'd me and 'd my work after the interview with OMG! Ubuntu! folks.

As you already know, I released the 1.2 version of my eOS theme a while ago. And while I was mostly satisfied with how close I got to my goal of a pixel-perfect Elementary OS clone, some things left undone due to limitations in GNOME Shell itself, or so I thought.

One of the things I wanted to do is to hide the panel's background while in Overview mode(Slingshot does it; Unity too). Leaving you with a uniform Overview. Apparently, the awesome devs behind GS have already implemented this feature; the default theme does not use it but it's there.

All you have to do is:

#panel .in-overview, #panelActivities {
    background-color: rgba(0,0,0,0);
}

Targeting .in-overview will take care of the background and the addition of #panelActivities is optional.

The only thing left is to add a nice transition like so transition-duration: 500; to the #panel .

I'm going to update the theme with this trick and a fixed dash very soon. However, you can see the effect in this Youtube demo(flickering is a recording problem): youtu.be/KKknrRUwU8E


happy hacking.

Related content
Comments: 9

half-left [2012-02-04 16:09:32 +0000 UTC]

Nice tip mate, thanks.

👍: 0 ⏩: 0

cleberpaixao [2012-02-04 12:26:33 +0000 UTC]

Thanks man ..

👍: 0 ⏩: 0

Btkostner [2012-02-03 20:17:23 +0000 UTC]

AWESOME

👍: 0 ⏩: 0

aldomann [2012-02-03 19:48:05 +0000 UTC]

Really cool, dude!

👍: 0 ⏩: 0

palmeiraant [2012-02-03 18:40:26 +0000 UTC]

eOS with gnome 3 BLISS

👍: 0 ⏩: 1

palmeiraant In reply to palmeiraant [2012-02-03 18:41:13 +0000 UTC]

I mean, it gets even better

👍: 0 ⏩: 0

satya164 [2012-02-03 18:01:44 +0000 UTC]

Great Very useful

👍: 0 ⏩: 0

kumaraatish [2012-02-03 16:54:47 +0000 UTC]

Awesome work!

👍: 0 ⏩: 0

CraazyT [2012-02-03 14:36:58 +0000 UTC]

Sweet man thanks for the trick much appreciated

👍: 0 ⏩: 0