I have never had any difficulties changing size of icons. Now the main trouble is that change of -shell-grid-item-size
does not take effect. I was sure that -shell-grid-item-size
defined the size of container (an icon and its paddings). But whatever value I install noting changes.
.icon-grid {
spacing: 25px;
-shell-grid-item-size: 50px;
}
.all-app .overview-icon {
-shell-grid-item-size: 100px;
}
I tried the accepted solution from How to reduce the size of all gnome-shell icons? and didn't succeed.
The solution
I might have forgotten to restart GNOME. Alt + F2
, type r
, and press Enter