Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 1912  / 3 Years ago, tue, may 11, 2021, 7:21:49

In the Launcher it is possible to switch off the backlight of the icons.



How can I reach the same effect for the switcher icons? I would like to pass from this:
switcher with backlight



to this (colored with GIMP):



switcher without backlight



I think it would be easier to identify the selected icon.


More From » unity

 Answers
5

You can replace the background image for the launchers with a transparent one. In a terminal, run the following (this is for Ubuntu 12.04, in 11.10 you'd change the path to say 4 instead of 5. For ubuntu 14.04 see the comments below):




  1. Backup the original:



    sudo cp /usr/share/unity/5/launcher_icon_back_150.png{,.back}

  2. Edit the file:



    gimp /usr/share/unity/5/launcher_icon_back_150.png

  3. In GIMP, press Ctrl+A to select everything. Then Del to remove it. Hit Shift+Ctrl+S to save it as a new picture to, e.g., /home/launcher_icon_back_150.png, and finally press Ctrl+Q to quit.


  4. Move the new image to the right place:



    sudo mv /home/launcher_icon_back_150.png /usr/share/unity/5/

  5. Log out and back in.


  6. If you want to go back, simply run:



    sudo mv /usr/share/unity/5/launcher_icon_back_150.png{.back,}


    and log out and back in again.




enter image description here


[#39189] Thursday, May 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itagde

Total Points: 241
Total Questions: 113
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
itagde questions
Thu, Jun 10, 21, 21:24, 3 Years ago
Sat, Aug 13, 22, 22:41, 2 Years ago
Thu, May 20, 21, 11:52, 3 Years ago
Tue, Aug 23, 22, 06:19, 2 Years ago
;