Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 8306  / 2 Years ago, wed, march 16, 2022, 4:18:25

I started using Gnome Shell 3.2 today and I think the topbar can be a little bit better. I want to know if this is possible to make and, if possible, how I make it:



This is how is now:



enter image description here



This is how I think is better:



enter image description here



It 'just' remove the icon above the app name.


More From » gnome

 Answers
3

/path/to/your/gnome-shell/theme/gnome-shell.css
(default path is /usr/share/gnome-shell/theme/ )



Find there something simmilar to this: (it's on lines 3xx-4xx)



.panel-button #appMenuIcon {
width: 0px;
height: 0px;
}

.panel-button #appMenuIcon {
app-icon-bottom-clip: 0px;
}

.panel-button:active #appMenuIcon,
.panel-button:checked #appMenuIcon,
.panel-button:focus #appMenuIcon {
app-icon-bottom-clip: 0px;
}

.app-menu-icon {
/* width: 24px;
height: 24px; */
}


Alt+F2 -> r



That should remove the icon.


[#42600] Friday, March 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tatoethin

Total Points: 377
Total Questions: 110
Total Answers: 98

Location: Saudi Arabia
Member since Sat, Aug 20, 2022
2 Years ago
;