Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 25026  / 1 Year ago, sun, april 9, 2023, 5:52:21

Is it me or is the size of icons in Gnome 3.2 huge? It makes my 1200*800 resolution look like a netbook interface. Please how do I reduce icons size?


More From » gnome

 Answers
7

To configure the layout of the application icons in the GNOME Shell, you have to modify /usr/share/gnome-shell/theme/gnome-shell.css. Note that the contents of this file may vary as it is dependent on the particular theme that you are using. In the case of the Dark Glass theme, here are the modifications necessary to reduce the size and layout of the displayed icons by 50% in Applications Overview.



.icon-grid {
spacing: 18px; /* was 36px */
-shell-grid-item-size: 35px; /* was 70px */
}

.all-app .icon-grid {
-shell-grid-item-size: 59px; /* was 118px */
}

.all-app .overview-icon {
icon-size: 48px; /* was 96px */
}


Read more here.


[#42984] Monday, April 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
otatorm

Total Points: 218
Total Questions: 113
Total Answers: 124

Location: British Indian Ocean Territory
Member since Tue, Feb 22, 2022
2 Years ago
otatorm questions
;