Change launcher icon opacity/brightness

346

Solution 1

You can do this with a new tool that several users here on Ask Ubuntu have made. Its called Unity Tweak Tool. It's still in early development but it is very stable from my testing.

To install it:

sudo add-apt-repository ppa:freyja-dev/unity-tweak-tool-daily  
sudo apt-get update && sudo apt-get install unity-tweak-tool  

Now open the dash and search for "Unity Tweak Tool". It looks like this:

searching for unity weak tool in dash

Open it up and navigate to Launcher.

Unity Tweak Tool, main window (Overview)

From there you can:

  1. Change the transparency of the launcher

  2. Change the color of the laucnher

  3. Auto-hide the launcher

  4. Or change the background for applications (This is closest to what you want I think)

    Unity Tweak Tool, Launcher tab

Another suggestion is changing your icon theme under Icons.

Unity Tweak Tool, Icons tab

You need to note however, you can't very well change icons of other applications.

Brightness is relative, but I got them this dark:

enter image description here

For certain icons, like the software center, you might have to change the actual icon, wherever the system stores it.

Solution 2

With MyUnity (http://www.uielinux.org/myunity) you can change these settings for the launcher:

  1. color
  2. transparency
  3. icon size
  4. icon "backlights"
  5. hide animation
  6. behavior by default (auto-hide or not)
  7. show device icons

Themes and icon themes can be also changed.

Check the demos in their webpage.

edit: Perhaps the best strategy is to adjust the appearance of the launcher (backlights, auto-hide, color) and select a more pleasing icon theme (any suggestion?).

Share:
346

Related videos on Youtube

PVS
Author by

PVS

Updated on September 18, 2022

Comments

  • PVS
    PVS over 1 year

    My app creates a large amount of output, but only over a long time. Each time there is new output to add it is just a string (a few hundred bytes worth).

    It would simplify my code considerably if I could add incrementally (i.e. append) to a pre-existing GZIP (or Zip) file. Is this even possible (in Java, specifically)?

    I am looking for a solution that will create a file that can be opened by 3rd party apps.

    I realize I can decompress the file, add the additional text and compress it again as a new blob.

    Thanks

    PVS

    • BevynQ
      BevynQ over 9 years
      The Zip and GZip file formats do not allow simultaneous read write access.
    • user207421
      user207421 over 9 years
      You can append to a GZipOutputStream: the format permits it. But applications that read files that are still being written by other parts of the application are inherently poorly designed, and probably poorly implemented. It's rather difficult to get this right, and particularly to cope correctly with various error cases.
  • Desmond Hume
    Desmond Hume about 11 years
    According to this statement, omgubuntu.co.uk/2013/02/…, Unity Tweak Tool doesn't work for Ubuntu 12.04 LTS, which is the version I happened to have. Can't confirm or disprove this though, the tool won't even install, says W: Failed to fetch http://ppa.launchpad.net/freyja-dev/unity-tweak-tool-daily/u‌​buntu/dists/precise/‌​main/binary-amd64/Pa‌​ckages 404 Not Found.
  • web.learner
    web.learner about 11 years
    You're right, UTT doesn't support 12.04, only 12.10 and beta 13.04. I forgot to mention that. I'm afraid this won't help then unless you upgrade.
  • Desmond Hume
    Desmond Hume about 11 years
    But can the tool really make launcher icons less bright by changing their opacity level or by other means, or does it only affect the launcher's background, like CompizConfig and MyUnity do?
  • Desmond Hume
    Desmond Hume about 11 years
    Only affects the launcher's background...
  • web.learner
    web.learner about 11 years
    No, that itself is not possible. It would require manually editing each icon. The closest you can get is changing the launcher's opacity, changing the "backlight" or background and changing icon sets. You might consider looking at this Q/A.
  • carnendil
    carnendil about 11 years
    Indeed, it affects the launcher's background, including the inside (¿transparent?) area of each app button. I don't remember the default setting for 12.04, but turning off the "backlights" might help diminish the discomfort expressed in the question.
  • Desmond Hume
    Desmond Hume about 11 years
    Nah, no one's talking about changing actual icons here, just their opacity/brightness.
  • web.learner
    web.learner about 11 years
    Right, in order to change the actually opacity of the icons you would have to edit their source i'm afraid.
  • Desmond Hume
    Desmond Hume about 11 years
    Let's put it this way, is Unity Tweak Tool able to make launcher icons appear less bright?
  • web.learner
    web.learner about 11 years
    I think it can, but others might not think so. I'll edit in a screenshot.
  • Desmond Hume
    Desmond Hume about 11 years
    Obviously, telling from the screenshot you've added, the actual icons show no change in either opacity or brightness. In particular, the Opera browser icon is as loud as before. Hence, I'd ask you to delete your answer as it has next to nothing to do with the question and make it seem to be answered which is not the case.
  • web.learner
    web.learner about 11 years
    I don't think you understand. That is as close as you can get without editing each icon manually. I'm not even sure that is possible, but, if you want, I will find out and add that to my answer.