Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 9743  / 3 Years ago, fri, june 18, 2021, 1:00:51

I really dislike the slight dark-purple tint to the side-launcher bar and shell surrounding the menu after pressing the meta key. How can I set this to another color?



enter image description here



There are configure options available for Unity here but there is no option for this, so I am looking for pointers in the code where this can be set.


More From » launcher

 Answers
5

(This is an incomplete answer that needs improvement and investigation, but should provide someone who knows C++ with enough detail to find the real answer)



By default the Launcher uses a light gray semi-transparent color. When you hit invoke the dash, the entire thing takes on a blurred look based on the averages of your wallpaper colors. I asked Marco Trevisan where this can be modified, but it's in a bunch of places.



However, for the launcher when it's just sitting there you need to look in Launcher.cpp:



First grab the code:



bzr branch lp:unity


Then look in unity/plugins/unityshell/src/Launcher.cpp for the _background_color variable and adjust accordingly.


[#41881] Saturday, June 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ainubt

Total Points: 496
Total Questions: 98
Total Answers: 126

Location: Sao Tome and Principe
Member since Wed, Dec 21, 2022
1 Year ago
;