Results 1 to 3 of 3

Thread: Unity launcher transparent icons backgrounds

  1. #1
    Join Date
    Oct 2010
    Beans
    41
    Distro
    Ubuntu 12.04 Precise Pangolin

    Unity launcher transparent icons backgrounds

    I've created a pack that removes a background frame of each icon, making Unity launcher icons clean, as you can see in the picture. It also alternates the Unity button to look like mobile version. If somebody will be interested, I can put a version with default icon in it.

    Here's how it looks like with Faenza:



    Download link

    Instructions:
    This directions was written for Ubuntu 12.04, and tested only with it. It most probably should work with other versions, too, but please create a backup anyway.

    If you have another version of Ubuntu you may have another version of Unity, so the folder number in following instructions will be different. You can see which folder you have by looking in "/usr/share/unity/", in my case it contains folder "5". Substitute your number in the folloving directions.
    1. Open your file manager as root (gksu nautilus)
    2. Go to /usr/share/unity/ and create a backup of directory "5"
    3. Extract the archive UnityCleanIconsBackground0.1.tar.gz
    3. Copy the folder "5" from within the archive to /usr/share/unity/, overwriting the existing folder.

    Logout and login to see result.

    Approach from the terminal — first create a backup (enter your password when prompted):
    sudo cp -rv /usr/share/unity/5 /usr/share/unity/5.backup

    Then unpack the archive:
    tar -xvf UnityCleanIconsBackground0.1.tar.gz

    Go into the folder:
    cd UnityCleanIconsBackground/

    Copy files to Unity folder:
    sudo cp -rv ./5 /usr/share/unity/

    Logout and login to see result.

    In order to revert default state, run this:
    sudo cp -rv /usr/share/unity/5.backup /usr/share/unity/5

    Feel free to contact me via PM or this thread.
    Last edited by Elline; May 5th, 2013 at 06:58 PM.

  2. #2
    Join Date
    Feb 2011
    Location
    College-CTU
    Beans
    155
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Unity launcher transparent icons backgrounds

    Awesome man looks really cool. Will give it a try in a bit and through some feed back your way.

  3. #3
    Join Date
    Aug 2007
    Location
    From the land down under
    Beans
    1,241
    Distro
    Ubuntu Development Release

    Re: Unity launcher transparent icons backgrounds

    Looks really good! Giving it a crack now
    // Blog

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •