As much as I love the new look of Lucid, I’m compelled to tweak the look and feel to suit my own taste. After haunting /wg/ at 4chan, someone requested purple-hued wallpapers. I downloaded all of them and came across the one below. If someone knows, I’d love to give them the credit they deserve for it.

My Lucid Wallpaper

I’ve since eliminated the bottom panel and replaced it with Docky. In the top panel I replaced the Menu Bar applet with the Main Menu applet, removed some icons and added the CPU Frequency Scaling Monitor applet. I then went about setting the top panel to transparent to let the wallpaper behind it bleed through but the Ambiance and Radiance themes weren’t being cooperative. Only the panel would accept transparency but none of the icons. Below is what I ended up with:

Lucid Ambiance broken transparency

That just wasn’t going to work. First thing I did was copy the Ambiance theme to my ~/.themes/ directory. This magically replaces the system’s default global settings for Ambiance with my own and lets me make edits without destroying the originals.

cp -R /usr/share/themes/Ambiance ~/.themes/

I opened Ambiance’s gtkrc file with gedit.

gedit ~/.themes/Ambiance/gtk-2.0/gtkrc

I scrolled down to the panel’s style section and looked for:
bg_pixmap[NORMAL] = "panel_bg.png"

I just commented out that line by placing a # at the beginning of it.
# bg_pixmap[NORMAL] = "panel_bg.png"

After saving the gtkrc file, the change wasn’t immediate. I opened the System > Preferences > Appearance settings, switched the theme to something else and then back to Ambiance. All of the icons and applets lost their backgrounds and the change was complete.

Lucid Ambiance fixed transparency

You can do the same with Radiance by copying the original files from
/usr/share/themes/Radiance
and commenting out its bg_pixmap setting.

For me, I like the darker gray windows of Ambiance along with my desktop’s new look.

My Lucid desktop

Share