Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 25551  / 2 Years ago, tue, july 5, 2022, 7:53:54

I don't like the default Dash Button (also known as BFB in short of "Big Freakin Button") in Unity Launcher. It's pretty inconsistent with Faenza icon theme and I would like to change it. How can I do that?



Dash Button in Unity Launcher


More From » unity

 Answers
4

11.10


It is configurable. The unity icons are in /usr/share/unity/4. Please browse this folder with the file manager to see the thumbnails.


Here is an example to change the look of the default dash home:


cd /usr/share/unity/4
sudo mv squircle_base_54.png squircle_base_54.png.orig
sudo mv squircle_shine_54.png squircle_shine_54.png.orig
sudo cp round_outline_54x54.png squircle_base_54.png
sudo cp round_shine_54x54.png squircle_shine_54.png

Log out and log back in. You will see the new dash home.


enter image description here


Definitely more customization could be done as long as you replace the correct files. Please backup the original files before making the changes.


BTW, maybe you have the question: how do you know the solution? I hit the same problem and tried to search all related files:


sudo find / -type f -iname "*dash*"

[#42829] Thursday, July 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
onomicsiberated

Total Points: 217
Total Questions: 98
Total Answers: 107

Location: Luxembourg
Member since Sun, May 28, 2023
1 Year ago
onomicsiberated questions
Wed, Mar 22, 23, 20:38, 1 Year ago
Thu, Oct 6, 22, 05:00, 2 Years ago
;